summaryrefslogtreecommitdiffstats
path: root/include/libiphone/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libiphone/afc.h')
-rw-r--r--include/libiphone/afc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h
index 7eff678..5d09b40 100644
--- a/include/libiphone/afc.h
+++ b/include/libiphone/afc.h
@@ -87,7 +87,7 @@ struct afc_client_int;
87typedef struct afc_client_int *afc_client_t; 87typedef struct afc_client_int *afc_client_t;
88 88
89/* Interface */ 89/* Interface */
90afc_error_t afc_client_new(iphone_device_t device, int dst_port, afc_client_t *client); 90afc_error_t afc_client_new(iphone_device_t device, uint16_t port, afc_client_t *client);
91afc_error_t afc_client_free(afc_client_t client); 91afc_error_t afc_client_free(afc_client_t client);
92afc_error_t afc_get_device_info(afc_client_t client, char ***infos); 92afc_error_t afc_get_device_info(afc_client_t client, char ***infos);
93afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); 93afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list);