From 09deb301542d5db0b5371c3ccd2aed41ad98ef1c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 13 Jan 2010 01:26:05 +0100 Subject: afc: use correct type for port parameter and rename it, plus doc update --- include/libiphone/afc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libiphone') 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; 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_new(iphone_device_t device, uint16_t port, afc_client_t *client); afc_error_t afc_client_free(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); -- cgit v1.1-32-gdbae