comparison mcabber/src/events.h @ 757:ae23c8826efb

Improve completion for the "/event" command
author Mikael Berthe <mikael@lilotux.net>
date Tue, 14 Mar 2006 12:43:23 +0100
parents 584db5f21e43
children 80bd7f49075f
comparison
equal deleted inserted replaced
756:12dc6bdff8c1 757:ae23c8826efb
25 void (*callback)(); 25 void (*callback)();
26 xmlnode xmldata; 26 xmlnode xmldata;
27 char *desc; 27 char *desc;
28 } eviqs; 28 } eviqs;
29 29
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 36
36 #endif /* __EVENTS_H__ */ 37 #endif /* __EVENTS_H__ */
37 38
38 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 39 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */