diff options
author | Martin Szulecki | 2010-01-05 03:38:26 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-05 03:38:26 +0100 |
commit | 5e45779a8d22068f54e0dbdc42995be27b858e18 (patch) | |
tree | f27a4efdc316a35f70e2aaf5a5f231b89dfbb298 /include/libiphone/notification_proxy.h | |
parent | 7b153ef8ca43c4b437cb9e4e6f2777bdb7047677 (diff) | |
parent | daee8be013dae3821463fd85f4076ca2ab3adce6 (diff) | |
download | libimobiledevice-5e45779a8d22068f54e0dbdc42995be27b858e18.tar.gz libimobiledevice-5e45779a8d22068f54e0dbdc42995be27b858e18.tar.bz2 |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Diffstat (limited to 'include/libiphone/notification_proxy.h')
-rw-r--r-- | include/libiphone/notification_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/notification_proxy.h b/include/libiphone/notification_proxy.h index 66b7a80..96af5fd 100644 --- a/include/libiphone/notification_proxy.h +++ b/include/libiphone/notification_proxy.h @@ -33,6 +33,7 @@ extern "C" { #define NP_E_SUCCESS 0 #define NP_E_INVALID_ARG -1 #define NP_E_PLIST_ERROR -2 +#define NP_E_CONN_FAILED -3 #define NP_E_UNKNOWN_ERROR -256 |