diff mcabber/src/compl.h @ 1066:6de60e142372

Add command /pgp
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 12:45:17 +0100
parents 1bdf0f1b16c0
children b9698c89f46d
line wrap: on
line diff
--- a/mcabber/src/compl.h	Sat Dec 02 11:13:40 2006 +0100
+++ b/mcabber/src/compl.h	Sat Dec 02 12:45:17 2006 +0100
@@ -20,6 +20,7 @@
 #define COMPL_REQUEST     (1U<<14)
 #define COMPL_EVENTS      (1U<<15)
 #define COMPL_EVENTSID    (1U<<16)
+#define COMPL_PGP         (1U<<17)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);