From aedb4aa1be0751f3bca7029b4a9588727662e4bc Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 16 Jul 2010 18:22:43 +0200 Subject: Refactor command sending logic in order to fix broken irecv_getenv call --- include/libirecovery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libirecovery.h') 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; -- cgit v1.1-32-gdbae