diff options
| author | 2009-12-09 20:27:09 +0100 | |
|---|---|---|
| committer | 2009-12-11 08:58:07 -0800 | |
| commit | 4c00fb43042a1e8d1a4e2d29827d00ed3144575f (patch) | |
| tree | eb2adf1571f9eb177181fcb510cd631761a18509 /include | |
| parent | 318cc4f7b336109819c7b4c6a1a9f2e8d37d9bed (diff) | |
| download | libimobiledevice-4c00fb43042a1e8d1a4e2d29827d00ed3144575f.tar.gz libimobiledevice-4c00fb43042a1e8d1a4e2d29827d00ed3144575f.tar.bz2 | |
Documentation cleanup and a new error code
[#96 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'include')
| -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 | 
