summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libiphone/notification_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/notification_proxy.h b/include/libiphone/notification_proxy.h
index b58fc68..962dd9b 100644
--- a/include/libiphone/notification_proxy.h
+++ b/include/libiphone/notification_proxy.h
@@ -43,6 +43,7 @@ typedef int16_t np_error_t;
43#define NP_SYNC_WILL_START "com.apple.itunes-mobdev.syncWillStart" 43#define NP_SYNC_WILL_START "com.apple.itunes-mobdev.syncWillStart"
44#define NP_SYNC_DID_START "com.apple.itunes-mobdev.syncDidStart" 44#define NP_SYNC_DID_START "com.apple.itunes-mobdev.syncDidStart"
45#define NP_SYNC_DID_FINISH "com.apple.itunes-mobdev.syncDidFinish" 45#define NP_SYNC_DID_FINISH "com.apple.itunes-mobdev.syncDidFinish"
46#define NP_SYNC_LOCK_REQUEST "com.apple.itunes-mobdev.syncLockRequest"
46 47
47/* Notification IDs for use with observe_notification (device --> client) */ 48/* Notification IDs for use with observe_notification (device --> client) */
48#define NP_SYNC_CANCEL_REQUEST "com.apple.itunes-client.syncCancelRequest" 49#define NP_SYNC_CANCEL_REQUEST "com.apple.itunes-client.syncCancelRequest"