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

@ -25,7 +25,7 @@
#ifndef PLUGIN_HEXCHAT_H
#define PLUGIN_HEXCHAT_H
gchar *get_config_filename();
gchar *get_config_filename(void);
int irc_nick_cmp (const char *, const char *);
#endif