comparison plugins/perl/common/Log.xs @ 11294:ad976105c306

[gaim-migrate @ 13494] 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 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 18 Aug 2005 04:35:53 +0000
parents b284c703d398
children c886fc7e3f24
comparison
equal deleted inserted replaced
11293:b9b9b67f6325 11294:ad976105c306
6 int 6 int
7 gaim_log_common_sizer(log) 7 gaim_log_common_sizer(log)
8 Gaim::Log log 8 Gaim::Log log
9 9
10 void 10 void
11 gaim_log_common_writer(log, time, ext) 11 gaim_log_common_writer(log, ext)
12 Gaim::Log log 12 Gaim::Log log
13 time_t time
14 const char *ext 13 const char *ext
15 14
16 15
17 gint 16 gint
18 gaim_log_compare(y, z) 17 gaim_log_compare(y, z)