src/error.h
changeset 11 14e79683c48c
parent 10 9fe218576d13
child 12 4147fae232d9
--- a/src/error.h	Sun Feb 22 10:16:28 2009 +0200
+++ b/src/error.h	Sat Feb 28 17:39:37 2009 +0200
@@ -64,6 +64,7 @@
 
     /* Libevent errors */
     _ERROR_CODE( ERR_EVENT_NEW,                     0x010201,   NONE    ),
+    _ERROR_CODE( ERR_EVENT_ADD,                     0x010202,   NONE    ),
     
     // mask of bits used for the error_code value
     _ERROR_CODE_MASK    = 0xffffff,