diff options
Diffstat (limited to 'include/libimobiledevice/notification_proxy.h')
| -rw-r--r-- | include/libimobiledevice/notification_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h index 00b0f8f..4f025ee 100644 --- a/include/libimobiledevice/notification_proxy.h +++ b/include/libimobiledevice/notification_proxy.h | |||
| @@ -94,7 +94,9 @@ typedef void (*np_notify_cb_t) (const char *notification, void *user_data); | |||
| 94 | 94 | ||
| 95 | /* Interface */ | 95 | /* Interface */ |
| 96 | np_error_t np_client_new(idevice_t device, lockdownd_service_descriptor_t service, np_client_t *client); | 96 | np_error_t np_client_new(idevice_t device, lockdownd_service_descriptor_t service, np_client_t *client); |
| 97 | np_error_t np_client_start_service(idevice_t device, np_client_t* client, const char* label); | ||
| 97 | np_error_t np_client_free(np_client_t client); | 98 | np_error_t np_client_free(np_client_t client); |
| 99 | |||
| 98 | np_error_t np_post_notification(np_client_t client, const char *notification); | 100 | np_error_t np_post_notification(np_client_t client, const char *notification); |
| 99 | np_error_t np_observe_notification(np_client_t client, const char *notification); | 101 | np_error_t np_observe_notification(np_client_t client, const char *notification); |
| 100 | np_error_t np_observe_notifications(np_client_t client, const char **notification_spec); | 102 | np_error_t np_observe_notifications(np_client_t client, const char **notification_spec); |
