diff mcabber/src/compl.h @ 1299:3b338a5c01fc

OTR support
author Frank Zschockelt <mcabber_otr[at]freakysoft.de>
date Thu, 30 Aug 2007 00:52:51 +0200
parents 033576acac4c
children 14690e624e9d
line wrap: on
line diff
--- 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);