diff options
| author | 2020-06-10 00:42:12 +0200 | |
|---|---|---|
| committer | 2020-06-10 00:42:12 +0200 | |
| commit | 6cd994d7f030e069a3ea5efe0aa3266fd887724c (patch) | |
| tree | 35ac8fc8c82489a18ed7da2259aa3c6a85223594 /include/libimobiledevice/afc.h | |
| parent | 2ae528a42554c5392f5a03319ec4a483d0774ce2 (diff) | |
| download | libimobiledevice-6cd994d7f030e069a3ea5efe0aa3266fd887724c.tar.gz libimobiledevice-6cd994d7f030e069a3ea5efe0aa3266fd887724c.tar.bz2 | |
Fix inconsistent declarations of function parameters in public headers
Diffstat (limited to 'include/libimobiledevice/afc.h')
| -rw-r--r-- | include/libimobiledevice/afc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index 13cffd4..b59b070 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h | |||
| @@ -167,7 +167,7 @@ afc_error_t afc_read_directory(afc_client_t client, const char *path, char ***di | |||
| 167 | * | 167 | * |
| 168 | * @return AFC_E_SUCCESS on success or an AFC_E_* error value. | 168 | * @return AFC_E_SUCCESS on success or an AFC_E_* error value. |
| 169 | */ | 169 | */ |
| 170 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***file_information); | 170 | afc_error_t afc_get_file_info(afc_client_t client, const char *path, char ***file_information); |
| 171 | 171 | ||
| 172 | /** | 172 | /** |
| 173 | * Opens a file on the device. | 173 | * Opens a file on the device. |
