diff options
Diffstat (limited to 'include/libimobiledevice/notification_proxy.h')
| -rw-r--r-- | include/libimobiledevice/notification_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h index 4f4c1fd..fa69088 100644 --- a/include/libimobiledevice/notification_proxy.h +++ b/include/libimobiledevice/notification_proxy.h | |||
| @@ -68,8 +68,8 @@ typedef int16_t np_error_t; | |||
| 68 | #define NP_LANGUAGE_CHANGED "com.apple.language.changed" | 68 | #define NP_LANGUAGE_CHANGED "com.apple.language.changed" |
| 69 | #define NP_ADDRESS_BOOK_PREF_CHANGED "com.apple.AddressBook.PreferenceChanged" | 69 | #define NP_ADDRESS_BOOK_PREF_CHANGED "com.apple.AddressBook.PreferenceChanged" |
| 70 | 70 | ||
| 71 | struct np_client_int; | 71 | typedef struct np_client_private np_client_private; |
| 72 | typedef struct np_client_int *np_client_t; | 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 | typedef void (*np_notify_cb_t) (const char *notification, void *userdata); |
| 75 | 75 | ||
