diff options
author | 2010-07-16 18:22:43 +0200 | |
---|---|---|
committer | 2010-07-16 18:22:43 +0200 | |
commit | aedb4aa1be0751f3bca7029b4a9588727662e4bc (patch) | |
tree | 9f7545863ec50befe1ad7ccf229bd696d9d0b9ea /include | |
parent | 90560fc1ff9298f2a32e11d6b35a50542d2a2080 (diff) | |
download | libirecovery-aedb4aa1be0751f3bca7029b4a9588727662e4bc.tar.gz libirecovery-aedb4aa1be0751f3bca7029b4a9588727662e4bc.tar.bz2 |
Refactor command sending logic in order to fix broken irecv_getenv call
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 2ef1ae3..6798209 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -46,6 +46,7 @@ typedef enum { IRECV_E_USB_STATUS = -7, IRECV_E_USB_INTERFACE = -8, IRECV_E_USB_CONFIGURATION = -9, + IRECV_E_PIPE = -10, IRECV_E_UNKNOWN_ERROR = -255 } irecv_error_t; |