comparison 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
comparison
equal deleted inserted replaced
819:c2d7d9dd4193 820:80bd7f49075f
30 eviqs *evs_new(guint8 type, time_t timeout); 30 eviqs *evs_new(guint8 type, time_t timeout);
31 int evs_del(const char *evid); 31 int evs_del(const char *evid);
32 int evs_callback(const char *evid, guint evcontext); 32 int evs_callback(const char *evid, guint evcontext);
33 void evs_check_timeout(time_t now_t); 33 void evs_check_timeout(time_t now_t);
34 void evs_display_list(void); 34 void evs_display_list(void);
35 GSList *evs_geteventscomplist(void); 35 GSList *evs_geteventslist(int forcompl);
36 36
37 #endif /* __EVENTS_H__ */ 37 #endif /* __EVENTS_H__ */
38 38
39 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 39 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */