diff mcabber/src/events.h @ 820:80bd7f49075f

Allow '*' in /event command
author Mikael Berthe <mikael@lilotux.net>
date Sat, 22 Apr 2006 22:41:06 +0200
parents ae23c8826efb
children 527d6f234924
line wrap: on
line diff
--- a/mcabber/src/events.h	Sat Apr 22 10:50:54 2006 +0200
+++ b/mcabber/src/events.h	Sat Apr 22 22:41:06 2006 +0200
@@ -32,7 +32,7 @@
 int     evs_callback(const char *evid, guint evcontext);
 void    evs_check_timeout(time_t now_t);
 void    evs_display_list(void);
-GSList *evs_geteventscomplist(void);
+GSList *evs_geteventslist(int forcompl);
 
 #endif /* __EVENTS_H__ */