comparison src/core.h @ 2443:7f2432a87376

[gaim-migrate @ 2456] it can send ims. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 04:37:34 +0000
parents 895e2469cb3a
children 6bdeb91abe4e
comparison
equal deleted inserted replaced
2442:895e2469cb3a 2443:7f2432a87376
185 extern void gaim_signal_disconnect(GModule *, enum gaim_event, void *); 185 extern void gaim_signal_disconnect(GModule *, enum gaim_event, void *);
186 extern void gaim_plugin_unload(GModule *); 186 extern void gaim_plugin_unload(GModule *);
187 extern void remove_all_plugins(); 187 extern void remove_all_plugins();
188 #endif 188 #endif
189 extern int plugin_event(enum gaim_event, void *, void *, void *, void *); 189 extern int plugin_event(enum gaim_event, void *, void *, void *, void *);
190 extern void plugin_handler(struct UI *, guchar, guchar *);
191 190
192 /* Functions in server.c */ 191 /* Functions in server.c */
193 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort); 192 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort);
194 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t); 193 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t);
195 extern void serv_got_eviled(struct gaim_connection *, char *, int); 194 extern void serv_got_eviled(struct gaim_connection *, char *, int);