comparison finch/gntcertmgr.c @ 22012:0503cd74cb56

merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa' and '4df361b4c7c545ea522212487ebfd8e4bda0345f'
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 Jan 2008 18:07:16 +0000
parents c38d72677c8a
children 70fc60344317
comparison
equal deleted inserted replaced
22003:485383451769 22012:0503cd74cb56
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;