comparison plugins/perl/common/Gaim.xs @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents d25ae4b5a204
children d4b53b3d20eb
comparison
equal deleted inserted replaced
6734:bf77a7db61c2 6735:b0913ab92893
76 CODE: 76 CODE:
77 gaim_debug(GAIM_DEBUG_FATAL, category, string); 77 gaim_debug(GAIM_DEBUG_FATAL, category, string);
78 78
79 void 79 void
80 deinit() 80 deinit()
81 PREINIT:
82 GList *l;
83 CODE: 81 CODE:
84 gaim_perl_timeout_clear(); 82 gaim_perl_timeout_clear();
85 83
86 84
87 BOOT: 85 BOOT: