diff options
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -557,7 +557,7 @@ iphone_error_t iphone_afc_mkdir(iphone_afc_client_t client, const char *dir) | |||
| 557 | * @return A pointer to an AFCFile struct containing the information received, | 557 | * @return A pointer to an AFCFile struct containing the information received, |
| 558 | * or NULL on failure. | 558 | * or NULL on failure. |
| 559 | */ | 559 | */ |
| 560 | iphone_afc_file_t afc_get_file_info(iphone_afc_client_t client, const char *path) | 560 | static iphone_afc_file_t afc_get_file_info(iphone_afc_client_t client, const char *path) |
| 561 | { | 561 | { |
| 562 | char *received, **list; | 562 | char *received, **list; |
| 563 | iphone_afc_file_t my_file; | 563 | iphone_afc_file_t my_file; |
