diff options
author | 2010-07-21 16:35:24 +0200 | |
---|---|---|
committer | 2010-07-21 16:35:24 +0200 | |
commit | cf463744d84c55ba8e256ca89caf866fe1beb857 (patch) | |
tree | edf6018f539847c7c6ed3772847f3cab9f659397 /include | |
parent | 646c196ab19e80fbd91cc60ab9b006f997d8b666 (diff) | |
download | libirecovery-cf463744d84c55ba8e256ca89caf866fe1beb857.tar.gz libirecovery-cf463744d84c55ba8e256ca89caf866fe1beb857.tar.bz2 |
Introduce error code for timeouts
Diffstat (limited to 'include')
-rw-r--r-- | include/libirecovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 6798209..445a179 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -47,6 +47,7 @@ typedef enum { IRECV_E_USB_INTERFACE = -8, IRECV_E_USB_CONFIGURATION = -9, IRECV_E_PIPE = -10, + IRECV_E_TIMEOUT = -11, IRECV_E_UNKNOWN_ERROR = -255 } irecv_error_t; |