Fix strict prototype warnings

This commit is contained in:
Patrick Griffis
2016-02-18 08:57:22 -05:00
parent 05385f2479
commit aab881fda2
16 changed files with 30 additions and 30 deletions

View File

@@ -179,6 +179,6 @@ typedef enum
void fe_tray_set_icon (feicon icon);
void fe_tray_set_tooltip (const char *text);
void fe_open_chan_list (server *serv, char *filter, int do_refresh);
const char *fe_get_default_font ();
const char *fe_get_default_font (void);
#endif