comparison src/core.h @ 2856:b1e300a85678

[gaim-migrate @ 2869] rewrote the html parser in gtkimhtml. yes, that's really all i did. the reason for the massive change is because i added a length argument, which then needed to be propogated down to everything that would ever receive anything that would get drawn to the window. the new parser isn't any faster. that wasn't my goal. it's much more understandable now (hopefully, anyway). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 08 Dec 2001 09:48:52 +0000
parents 9ed09c48131b
children 4ed6fb39870b
comparison
equal deleted inserted replaced
2855:19f786779b08 2856:b1e300a85678
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 char *event_name(enum gaim_event); 190 extern char *event_name(enum gaim_event);
191 191
192 /* Functions in server.c */ 192 /* Functions in server.c */
193 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort); 193 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); 194 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t, gint);
195 extern void serv_got_eviled(struct gaim_connection *, char *, int); 195 extern void serv_got_eviled(struct gaim_connection *, char *, int);
196 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *); 196 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *);
197 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *); 197 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *);
198 extern void serv_got_chat_left(struct gaim_connection *, int); 198 extern void serv_got_chat_left(struct gaim_connection *, int);
199 extern void serv_got_chat_in(struct gaim_connection *, int, char *, int, char *, time_t); 199 extern void serv_got_chat_in(struct gaim_connection *, int, char *, int, char *, time_t);