src/log.h

changeset 6695
2a63688f0d6d
parent 5944
f19df037ac58
child 7431
f3eaace13491
equal deleted inserted replaced
6694:2354eced08e8 6695:2a63688f0d6d
55 #endif 55 #endif
56 56
57 extern GList *log_conversations; 57 extern GList *log_conversations;
58 58
59 FILE *open_log_file (const char *, int); 59 FILE *open_log_file (const char *, int);
60 void system_log(enum log_event, GaimConnection *, struct buddy *, int); 60 void system_log(enum log_event, GaimConnection *, GaimBuddy *, int);
61 void rm_log(struct log_conversation *); 61 void rm_log(struct log_conversation *);
62 struct log_conversation *find_log_info(const char *); 62 struct log_conversation *find_log_info(const char *);
63 void update_log_convs(); 63 void update_log_convs();
64 char *html_logize(const char *p); 64 char *html_logize(const char *p);
65 65

mercurial