summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ptycon/ptycon.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h
index 7a84e9d..4fbf538 100644
--- a/include/ptycon/ptycon.h
+++ b/include/ptycon/ptycon.h
@@ -27,10 +27,7 @@ extern "C" {
/* status codes */
#define PTYC_OK 0x00
#define PTYC_USAGE 0x01
-#define PTYC_BAD_OPT 0x02
-#define PTYC_BAD_OPT_VAL 0x03
-#define PTYC_IO_ERROR 0xA0
-#define PTYC_MAP_ERROR 0xA1
+#define PTYC_ERROR 0x02
/* driver flags */
#define PTYC_DRIVER_VERBOSITY_NONE 0x0000