comparison finch/gntplugin.h @ 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 6bf32c9e15a7
children
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
38 /********************************************************************** 38 /**********************************************************************
39 * @name GNT Plugins API 39 * @name GNT Plugins API
40 **********************************************************************/ 40 **********************************************************************/
41 /*@{*/ 41 /*@{*/
42 42
43 typedef GntWidget* (*FinchPluginFrame) (); 43 typedef GntWidget* (*FinchPluginFrame) (void);
44 44
45 /* Guess where these came from */ 45 /* Guess where these came from */
46 #define FINCH_PLUGIN_TYPE FINCH_UI 46 #define FINCH_PLUGIN_TYPE FINCH_UI
47 47
48 /** 48 /**