summary refs log tree commit diff stats
path: root/plugins/fishlim/plugin_hexchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fishlim/plugin_hexchat.h')
-rw-r--r--plugins/fishlim/plugin_hexchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/plugin_hexchat.h b/plugins/fishlim/plugin_hexchat.h
index f60522e6..d619d239 100644
--- a/plugins/fishlim/plugin_hexchat.h
+++ b/plugins/fishlim/plugin_hexchat.h
@@ -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