src/error.h
changeset 17 5001564ac5fc
parent 12 4147fae232d9
child 23 542c73d07d3c
--- a/src/error.h	Sat Feb 28 20:23:37 2009 +0200
+++ b/src/error.h	Sat Feb 28 21:39:15 2009 +0200
@@ -67,6 +67,10 @@
     /* Libevent errors */
     _ERROR_CODE( ERR_EVENT_NEW,                     0x010201,   NONE    ),
     _ERROR_CODE( ERR_EVENT_ADD,                     0x010202,   NONE    ),
+
+    /* irc_line errors */
+    _ERROR_CODE( ERR_LINE_TOO_LONG,                 0x100101,   NONE    ),
+    _ERROR_CODE( ERR_LINE_INVALID_TOKEN,            0x100102,   NONE    ),
     
     // mask of bits used for the error_code value
     _ERROR_CODE_MASK    = 0xffffff,