summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/afc.h')
-rw-r--r--include/libimobiledevice/afc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index 8cddcf0..289c749 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -96,7 +96,9 @@ typedef afc_client_private *afc_client_t; /**< The client handle. */
96 96
97/* Interface */ 97/* Interface */
98afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client); 98afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client);
99afc_error_t afc_client_start_service(idevice_t device, afc_client_t* client, const char* label);
99afc_error_t afc_client_free(afc_client_t client); 100afc_error_t afc_client_free(afc_client_t client);
101
100afc_error_t afc_get_device_info(afc_client_t client, char ***infos); 102afc_error_t afc_get_device_info(afc_client_t client, char ***infos);
101afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); 103afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list);
102afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); 104afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist);