diff options
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,9 +6,8 @@ #define UICB_OK 0 #define UICB_ERR_UNDEF 1 -#define UICB_ERR_NOP 2 -#define UICB_ERR_CB 3 -#define UICB_ERR_BUF 4 +#define UICB_ERR_CB 2 +#define UICB_ERR_BUF 3 #define UILOOP_TIMEOUT 1 |