| 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 |