Update of /cvsroot/gaim/gaim/plugins/perl/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7096/plugins/perl/common
Modified Files:
Log.xs
Log Message:
Apparently someone changed this function in src/log.c, but I haven't
seen the gaim-commits email for it yet, so I'm feeling a little blind
Index: Log.xs
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/perl/common/Log.xs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -p -r1.2 -r1.3
--- Log.xs 18 Aug 2005 01:35:14 -0000 1.2
+++ Log.xs 18 Aug 2005 04:35:53 -0000 1.3
@@ -8,9 +8,8 @@ gaim_log_common_sizer(log)
Gaim::Log log
void
-gaim_log_common_writer(log, time, ext)
+gaim_log_common_writer(log, ext)
Gaim::Log log
- time_t time
const char *ext
|