summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/afc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index df3aaa6..d262650 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -93,7 +93,6 @@ typedef struct afc_client_private afc_client_private;
93typedef afc_client_private *afc_client_t; /**< The client handle. */ 93typedef afc_client_private *afc_client_t; /**< The client handle. */
94 94
95/* Interface */ 95/* Interface */
96afc_error_t afc_client_new_from_connection(idevice_connection_t connection, afc_client_t *client);
97afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client); 96afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client);
98afc_error_t afc_client_free(afc_client_t client); 97afc_error_t afc_client_free(afc_client_t client);
99afc_error_t afc_get_device_info(afc_client_t client, char ***infos); 98afc_error_t afc_get_device_info(afc_client_t client, char ***infos);