comparison src/gaim.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 87d11d2a7d59
children 538c58b43eff
comparison
equal deleted inserted replaced
2855:19f786779b08 2856:b1e300a85678
329 extern void add_chat_buddy(struct conversation *, char *); 329 extern void add_chat_buddy(struct conversation *, char *);
330 extern void rename_chat_buddy(struct conversation *, char *, char *); 330 extern void rename_chat_buddy(struct conversation *, char *, char *);
331 extern void remove_chat_buddy(struct conversation *, char *, char *); 331 extern void remove_chat_buddy(struct conversation *, char *, char *);
332 332
333 /* Functions in conversation.c */ 333 /* Functions in conversation.c */
334 extern void write_to_conv(struct conversation *, char *, int, char *, time_t); 334 extern void write_to_conv(struct conversation *, char *, int, char *, time_t, int);
335 extern struct conversation *find_conversation(char *); 335 extern struct conversation *find_conversation(char *);
336 336
337 /* Functions in dialogs.c */ 337 /* Functions in dialogs.c */
338 extern void g_show_info_text(struct gaim_connection *, char *, int, char *, ...); 338 extern void g_show_info_text(struct gaim_connection *, char *, int, char *, ...);
339 extern GtkWidget *do_error_dialog(char *, char *); 339 extern GtkWidget *do_error_dialog(char *, char *);