diff options
| author | 2013-08-05 20:07:04 +0200 | |
|---|---|---|
| committer | 2013-08-05 20:07:04 +0200 | |
| commit | 3604756139b1a2dde383122745d37fe9d1c95f88 (patch) | |
| tree | 84f7a312bfc539abc8c7e78d99fcd9c8608f6a9c /include/libimobiledevice/afc.h | |
| parent | d0635a7dc686e21d3eea6bf1c030657d6d575562 (diff) | |
| download | libimobiledevice-3604756139b1a2dde383122745d37fe9d1c95f88.tar.gz libimobiledevice-3604756139b1a2dde383122745d37fe9d1c95f88.tar.bz2 | |
Implement *_start_service() helper to simplify creation of service clients
Diffstat (limited to 'include/libimobiledevice/afc.h')
| -rw-r--r-- | include/libimobiledevice/afc.h | 2 |
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 */ |
| 98 | afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client); | 98 | afc_error_t afc_client_new(idevice_t device, lockdownd_service_descriptor_t service, afc_client_t *client); |
| 99 | afc_error_t afc_client_start_service(idevice_t device, afc_client_t* client, const char* label); | ||
| 99 | afc_error_t afc_client_free(afc_client_t client); | 100 | afc_error_t afc_client_free(afc_client_t client); |
| 101 | |||
| 100 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); | 102 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); |
| 101 | afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); | 103 | afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); |
| 102 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); | 104 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); |
