diff options
author | Nikias Bassen | 2010-01-13 01:29:18 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-13 01:33:23 +0100 |
commit | 5c19d486959454560515666b0d250c20d9938d00 (patch) | |
tree | eae7b93c0db7633544629ccd235be522bd828c7a /include | |
parent | 09deb301542d5db0b5371c3ccd2aed41ad98ef1c (diff) | |
download | libimobiledevice-5c19d486959454560515666b0d250c20d9938d00.tar.gz libimobiledevice-5c19d486959454560515666b0d250c20d9938d00.tar.bz2 |
iphone: rename dst_port to port for consistency
Diffstat (limited to 'include')
-rw-r--r-- | include/libiphone/libiphone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index b07bd5d..b67fcd4 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h @@ -82,7 +82,7 @@ iphone_error_t iphone_device_new(iphone_device_t *device, const char *uuid); iphone_error_t iphone_device_free(iphone_device_t device); /* connection/disconnection and communication */ -iphone_error_t iphone_device_connect(iphone_device_t device, uint16_t dst_port, iphone_connection_t *connection); +iphone_error_t iphone_device_connect(iphone_device_t device, uint16_t port, iphone_connection_t *connection); iphone_error_t iphone_device_disconnect(iphone_connection_t connection); iphone_error_t iphone_device_send(iphone_connection_t connection, const char *data, uint32_t len, uint32_t *sent_bytes); iphone_error_t iphone_device_recv_timeout(iphone_connection_t connection, char *data, uint32_t len, uint32_t *recv_bytes, unsigned int timeout); |