comparison src/gaim.h @ 5676:dae79aefac8d

[gaim-migrate @ 6094] I've been meaning to do this for a LONG time. The conversation API now follows the naming convention of the rest of the new APIs. I'll get some g_return_*_if_fail() checks in there soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 21:51:06 +0000
parents 960fe32ea9b7
children dbed8c87f750
comparison
equal deleted inserted replaced
5675:17e345ffeddb 5676:dae79aefac8d
266 extern FILE *open_log_file (const char *, int); 266 extern FILE *open_log_file (const char *, int);
267 extern void system_log(enum log_event, GaimConnection *, struct buddy *, int); 267 extern void system_log(enum log_event, GaimConnection *, struct buddy *, int);
268 extern void rm_log(struct log_conversation *); 268 extern void rm_log(struct log_conversation *);
269 extern struct log_conversation *find_log_info(const char *); 269 extern struct log_conversation *find_log_info(const char *);
270 extern void update_log_convs(); 270 extern void update_log_convs();
271 extern void save_convo(GtkWidget *save, struct gaim_conversation *c); 271 extern void save_convo(GtkWidget *save, GaimConversation *c);
272 extern char *html_logize(const char *p); 272 extern char *html_logize(const char *p);
273 273
274 /*------------------------------------------------------------------------*/ 274 /*------------------------------------------------------------------------*/
275 /* Multi-Entry dialog and vCard dialog support */ 275 /* Multi-Entry dialog and vCard dialog support */
276 /*------------------------------------------------------------------------*/ 276 /*------------------------------------------------------------------------*/