diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libimobiledevice/debugserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/debugserver.h b/include/libimobiledevice/debugserver.h index 8ac116c..8ff31fb 100644 --- a/include/libimobiledevice/debugserver.h +++ b/include/libimobiledevice/debugserver.h @@ -39,6 +39,7 @@ typedef enum { DEBUGSERVER_E_MUX_ERROR = -2, DEBUGSERVER_E_SSL_ERROR = -3, DEBUGSERVER_E_RESPONSE_ERROR = -4, + DEBUGSERVER_E_TIMEOUT = -5, DEBUGSERVER_E_UNKNOWN_ERROR = -256 } debugserver_error_t; |