diff options
| author | 2013-02-26 20:01:04 +0100 | |
|---|---|---|
| committer | 2013-02-27 16:18:47 +0100 | |
| commit | c6c36ba16e57e6b5694b5309d1ded3d7cff563ca (patch) | |
| tree | eff698c0464f5eae3b17c20a178c8dd87ddb6473 /include/libimobiledevice | |
| parent | bd6a2860e9b6764c2073d1159ef3070df7f036d8 (diff) | |
| download | libimobiledevice-c6c36ba16e57e6b5694b5309d1ded3d7cff563ca.tar.gz libimobiledevice-c6c36ba16e57e6b5694b5309d1ded3d7cff563ca.tar.bz2 | |
afc: Remove non-existant afc_client_new_from_connection() from exports
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/afc.h | 1 |
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; | |||
| 93 | typedef afc_client_private *afc_client_t; /**< The client handle. */ | 93 | typedef afc_client_private *afc_client_t; /**< The client handle. */ |
| 94 | 94 | ||
| 95 | /* Interface */ | 95 | /* Interface */ |
| 96 | afc_error_t afc_client_new_from_connection(idevice_connection_t connection, afc_client_t *client); | ||
| 97 | afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client); | 96 | afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client); |
| 98 | afc_error_t afc_client_free(afc_client_t client); | 97 | afc_error_t afc_client_free(afc_client_t client); |
| 99 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); | 98 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); |
