diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/notification_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h index fa69088..74b6b37 100644 --- a/include/libimobiledevice/notification_proxy.h +++ b/include/libimobiledevice/notification_proxy.h | |||
| @@ -71,7 +71,8 @@ typedef int16_t np_error_t; | |||
| 71 | typedef struct np_client_private np_client_private; | 71 | typedef struct np_client_private np_client_private; |
| 72 | typedef np_client_private *np_client_t; /**< The client handle. */ | 72 | typedef np_client_private *np_client_t; /**< The client handle. */ |
| 73 | 73 | ||
| 74 | typedef void (*np_notify_cb_t) (const char *notification, void *userdata); | 74 | /** Reports which notification was received. */ |
| 75 | typedef void (*np_notify_cb_t) (const char *notification, void *user_data); | ||
| 75 | 76 | ||
| 76 | /* Interface */ | 77 | /* Interface */ |
| 77 | np_error_t np_client_new(idevice_t device, uint16_t port, np_client_t *client); | 78 | np_error_t np_client_new(idevice_t device, uint16_t port, np_client_t *client); |
