diff options
Diffstat (limited to 'include/libiphone/notification_proxy.h')
| -rw-r--r-- | include/libiphone/notification_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
| 73 | typedef void (*np_notify_cb_t) (const char *notification); | 73 | typedef void (*np_notify_cb_t) (const char *notification); |
| 74 | 74 | ||
| 75 | /* Interface */ | 75 | /* Interface */ |
| 76 | np_error_t np_client_new(iphone_device_t device, int dst_port, np_client_t *client); | 76 | np_error_t np_client_new(iphone_device_t device, uint16_t port, np_client_t *client); |
| 77 | np_error_t np_client_free(np_client_t client); | 77 | np_error_t np_client_free(np_client_t client); |
| 78 | np_error_t np_post_notification(np_client_t client, const char *notification); | 78 | np_error_t np_post_notification(np_client_t client, const char *notification); |
| 79 | np_error_t np_observe_notification(np_client_t client, const char *notification); | 79 | np_error_t np_observe_notification(np_client_t client, const char *notification); |
