diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 1a4b9fe..4aa2552 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -23,10 +23,7 @@ extern "C" { /* status codes */ #define SLBT_OK 0x00 #define SLBT_USAGE 0x01 -#define SLBT_BAD_OPT 0x02 -#define SLBT_BAD_OPT_VAL 0x03 -#define SLBT_IO_ERROR 0xA0 -#define SLBT_MAP_ERROR 0xA1 +#define SLBT_ERROR 0x02 /* driver flags */ #define SLBT_DRIVER_VERBOSITY_NONE 0x0000 |