comparison src/log.h @ 5934:91ee71a394be

[gaim-migrate @ 6374] Moved save_convo() to gtkconv.c. Only gtkconv.c uses it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 21 Jun 2003 07:35:19 +0000
parents 059d95c67cda
children 158196b2db19
comparison
equal deleted inserted replaced
5933:44eb6d75a5c6 5934:91ee71a394be
55 FILE *open_log_file (const char *, int); 55 FILE *open_log_file (const char *, int);
56 void system_log(enum log_event, GaimConnection *, struct buddy *, int); 56 void system_log(enum log_event, GaimConnection *, struct buddy *, int);
57 void rm_log(struct log_conversation *); 57 void rm_log(struct log_conversation *);
58 struct log_conversation *find_log_info(const char *); 58 struct log_conversation *find_log_info(const char *);
59 void update_log_convs(); 59 void update_log_convs();
60 void save_convo(GtkWidget *save, GaimConversation *c);
61 char *html_logize(const char *p); 60 char *html_logize(const char *p);
62 61
63 #endif /* _GAIM_LOG_H_ */ 62 #endif /* _GAIM_LOG_H_ */