comparison finch/gntcertmgr.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 dccfd999ffe7
children 70fc60344317
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
244 g_free(primary); 244 g_free(primary);
245 } 245 }
246 246
247 /* populate the list */ 247 /* populate the list */
248 static void 248 static void
249 populate_cert_list() 249 populate_cert_list(void)
250 { 250 {
251 GList *idlist, *l; 251 GList *idlist, *l;
252 252
253 if (!certmgr.window) 253 if (!certmgr.window)
254 return; 254 return;