Mercurial > pidgin.yaz
changeset 13068:78fa9502715b
[gaim-migrate @ 15430]
Update a type to match faceprint's changes to the GaimLogLogger structure.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 30 Jan 2006 04:46:01 +0000 |
parents | 9aa0536fe83c |
children | 42c62476b61b |
files | src/log.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/log.c Mon Jan 30 00:18:54 2006 +0000 +++ b/src/log.c Mon Jan 30 04:46:01 2006 +0000 @@ -269,7 +269,7 @@ { #if 0 void(*create)(GaimLog *), - void(*write)(GaimLog *, GaimMessageFlags, const char *, time_t, const char *), + gsize(*write)(GaimLog *, GaimMessageFlags, const char *, time_t, const char *), void(*finalize)(GaimLog *), GList*(*list)(GaimLogType type, const char*, GaimAccount*), char*(*read)(GaimLog*, GaimLogReadFlags*),