diff mcabber/src/compl.h @ 501:7c1ca00070e8

Add COMPL_RESOURCE (resource completion category)
author Mikael Berthe <mikael@lilotux.net>
date Wed, 26 Oct 2005 23:46:53 +0200
parents 03bb57383cea
children 8b3db0b555a1
line wrap: on
line diff
--- a/mcabber/src/compl.h	Fri Oct 21 23:13:54 2005 +0200
+++ b/mcabber/src/compl.h	Wed Oct 26 23:46:53 2005 +0200
@@ -15,6 +15,7 @@
 #define COMPL_GROUPNAME   (1<<10)
 #define COMPL_MULTILINE   (1<<11)
 #define COMPL_ROOM        (1<<12)
+#define COMPL_RESOURCE    (1<<13)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);