diff options
| author | 2008-08-31 18:43:29 +0200 | |
|---|---|---|
| committer | 2008-08-31 19:33:19 +0200 | |
| commit | 5dc380594ad755dd5a9d2cad246e5dcb5480350d (patch) | |
| tree | c90811184619c86f920872e9eb84f35604735779 /src/AFC.c | |
| parent | 8333ca944cc56b4da1ab418c0b890f96f5135210 (diff) | |
| download | libimobiledevice-5dc380594ad755dd5a9d2cad246e5dcb5480350d.tar.gz libimobiledevice-5dc380594ad755dd5a9d2cad246e5dcb5480350d.tar.bz2 | |
prefix public enum with IPHONE_
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -625,7 +625,7 @@ iphone_error_t iphone_afc_get_file_attr ( iphone_afc_client_t client, const char | |||
| 625 | * received by afc_get_file_info) as well as the handle to the file or | 625 | * received by afc_get_file_info) as well as the handle to the file or |
| 626 | * NULL in the case of failure. | 626 | * NULL in the case of failure. |
| 627 | */ | 627 | */ |
| 628 | iphone_error_t iphone_afc_open_file ( iphone_afc_client_t client, const char *filename, uint32_t file_mode, iphone_afc_file_t *file ) { | 628 | iphone_error_t iphone_afc_open_file ( iphone_afc_client_t client, const char *filename, iphone_afc_file_mode_t file_mode, iphone_afc_file_t *file ) { |
| 629 | iphone_afc_file_t file_loc = NULL; | 629 | iphone_afc_file_t file_loc = NULL; |
| 630 | uint32 ag = 0; | 630 | uint32 ag = 0; |
| 631 | int bytes = 0, length = 0; | 631 | int bytes = 0, length = 0; |
