mcabber/src/compl.h
changeset 1299 3b338a5c01fc
parent 1272 033576acac4c
child 1607 14690e624e9d
--- a/mcabber/src/compl.h	Tue Aug 28 18:56:50 2007 +0200
+++ b/mcabber/src/compl.h	Thu Aug 30 00:52:51 2007 +0200
@@ -22,6 +22,8 @@
 #define COMPL_EVENTSID    (1U<<16)
 #define COMPL_PGP         (1U<<17)
 #define COMPL_COLOR       (1U<<18)
+#define COMPL_OTR         (1U<<19)
+#define COMPL_OTRPOLICY   (1U<<20)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);