diff src/log.h @ 13059:1b71ad2eccdb

[gaim-migrate @ 15421] At work, my home directory and all my logs live on a network share. Talking with someone wtih a lot of log files has gotten incredibly painful with sort-by-log turned on. This keeps us from constantly re-scanning 80 gazillion log files to find out if they're the same size. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 28 Jan 2006 05:42:38 +0000
parents 6a81da55d4d4
children fcde3faa1f57
line wrap: on
line diff
--- a/src/log.h	Sat Jan 28 05:15:48 2006 +0000
+++ b/src/log.h	Sat Jan 28 05:42:38 2006 +0000
@@ -67,7 +67,7 @@
 	void (*create)(GaimLog *log);
 
 	/** This is used to write to the log file */
-	void (*write)(GaimLog *log,
+	gsize (*write)(GaimLog *log,
 		     GaimMessageFlags type,
 		     const char *from,
 		     time_t time,