From 59647b653e6a80339a9a33adac99d238143eeeae Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 13 Jan 2010 01:21:21 +0100 Subject: notification_proxy: use correct type for port parameter and rename it --- include/libiphone/notification_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libiphone') diff --git a/include/libiphone/notification_proxy.h b/include/libiphone/notification_proxy.h index 3a77297..b58fc68 100644 --- a/include/libiphone/notification_proxy.h +++ b/include/libiphone/notification_proxy.h @@ -73,7 +73,7 @@ typedef struct np_client_int *np_client_t; typedef void (*np_notify_cb_t) (const char *notification); /* Interface */ -np_error_t np_client_new(iphone_device_t device, int dst_port, np_client_t *client); +np_error_t np_client_new(iphone_device_t device, uint16_t port, np_client_t *client); np_error_t np_client_free(np_client_t client); np_error_t np_post_notification(np_client_t client, const char *notification); np_error_t np_observe_notification(np_client_t client, const char *notification); -- cgit v1.1-32-gdbae