Mercurial > pidgin
diff src/log.h @ 6695:0c5637b5462e
[gaim-migrate @ 7221]
This is contact support. Really.
It has a few bugs left in it, like sorting not working, and stuff like that,
but it's pretty solid for the most part.
I'm not in the mood to do a whole lot of typing, so just use and enjoy.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 02 Sep 2003 03:41:10 +0000 |
| parents | 158196b2db19 |
| children | 643cbc9a6035 |
line wrap: on
line diff
--- a/src/log.h Tue Sep 02 03:34:37 2003 +0000 +++ b/src/log.h Tue Sep 02 03:41:10 2003 +0000 @@ -57,7 +57,7 @@ extern GList *log_conversations; FILE *open_log_file (const char *, int); -void system_log(enum log_event, GaimConnection *, struct buddy *, int); +void system_log(enum log_event, GaimConnection *, GaimBuddy *, int); void rm_log(struct log_conversation *); struct log_conversation *find_log_info(const char *); void update_log_convs();
