diff options
Diffstat (limited to 'include/libiphone/afc.h')
| -rw-r--r-- | include/libiphone/afc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h index 4b024a1..18bf32d 100644 --- a/include/libiphone/afc.h +++ b/include/libiphone/afc.h | |||
| @@ -86,8 +86,6 @@ typedef struct afc_client_int *afc_client_t; | |||
| 86 | /* Interface */ | 86 | /* Interface */ |
| 87 | afc_error_t afc_client_new(iphone_device_t device, int dst_port, afc_client_t *client); | 87 | afc_error_t afc_client_new(iphone_device_t device, int dst_port, afc_client_t *client); |
| 88 | afc_error_t afc_client_free(afc_client_t client); | 88 | afc_error_t afc_client_free(afc_client_t client); |
| 89 | int afc_get_afcerror ( afc_client_t client ); | ||
| 90 | int afc_get_errno ( afc_client_t client ); | ||
| 91 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); | 89 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); |
| 92 | afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); | 90 | afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); |
| 93 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); | 91 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); |
