comparison libpurple/plugins/log_reader.c @ 22007:c38d72677c8a

Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up the existing warnings. I removed a handful of dead code and cleaned up a couple of things that I stumbled across.
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 Jan 2008 04:57:40 +0000
parents 3cc856ca2338
children f15d9ded0c45
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
2424 init_plugin(PurplePlugin *plugin) 2424 init_plugin(PurplePlugin *plugin)
2425 { 2425 {
2426 2426
2427 } 2427 }
2428 2428
2429 static void log_reader_init_prefs() { 2429 static void log_reader_init_prefs(void) {
2430 char *path; 2430 char *path;
2431 #ifdef _WIN32 2431 #ifdef _WIN32
2432 char *folder; 2432 char *folder;
2433 gboolean found = FALSE; 2433 gboolean found = FALSE;
2434 #endif 2434 #endif