From 6cd994d7f030e069a3ea5efe0aa3266fd887724c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 10 Jun 2020 00:42:12 +0200 Subject: Fix inconsistent declarations of function parameters in public headers --- include/libimobiledevice/afc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libimobiledevice/afc.h') 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 * * @return AFC_E_SUCCESS on success or an AFC_E_* error value. */ -afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***file_information); +afc_error_t afc_get_file_info(afc_client_t client, const char *path, char ***file_information); /** * Opens a file on the device. -- cgit v1.1-32-gdbae