diff options
Diffstat (limited to 'include/libimobiledevice/afc.h')
| -rw-r--r-- | include/libimobiledevice/afc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index 5b06e2c..8d47696 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h | |||
| @@ -92,6 +92,7 @@ typedef struct afc_client_private afc_client_private; | |||
| 92 | typedef afc_client_private *afc_client_t; /**< The client handle. */ | 92 | typedef afc_client_private *afc_client_t; /**< The client handle. */ |
| 93 | 93 | ||
| 94 | /* Interface */ | 94 | /* Interface */ |
| 95 | afc_error_t afc_client_new_from_connection(idevice_connection_t connection, afc_client_t *client); | ||
| 95 | afc_error_t afc_client_new(idevice_t device, uint16_t port, afc_client_t *client); | 96 | afc_error_t afc_client_new(idevice_t device, uint16_t port, afc_client_t *client); |
| 96 | afc_error_t afc_client_free(afc_client_t client); | 97 | afc_error_t afc_client_free(afc_client_t client); |
| 97 | 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); |
