diff options
author | Martin Szulecki | 2009-07-25 03:46:13 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-25 03:46:13 +0200 |
commit | 8415e1f13dfc8c31fe4d1ff695af26189297795b (patch) | |
tree | 6bf3444c4e267aa0b4bc04a22f0af4a0687e4973 /include/libiphone | |
parent | 50be30047dbb0d38fd8d61763c13ec75d2b52543 (diff) | |
download | libimobiledevice-8415e1f13dfc8c31fe4d1ff695af26189297795b.tar.gz libimobiledevice-8415e1f13dfc8c31fe4d1ff695af26189297795b.tar.bz2 |
Remove AFC to errno conversion and make afc_receive_data() return AFC errors
Diffstat (limited to 'include/libiphone')
-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; /* Interface */ afc_error_t afc_client_new(iphone_device_t device, int dst_port, afc_client_t *client); afc_error_t afc_client_free(afc_client_t client); -int afc_get_afcerror ( afc_client_t client ); -int afc_get_errno ( afc_client_t client ); afc_error_t afc_get_device_info(afc_client_t client, char ***infos); afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); |