summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc-commands.h')
-rw-r--r--src/irc/core/irc-commands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/irc/core/irc-commands.h b/src/irc/core/irc-commands.h
index 6d4535a0..900a7765 100644
--- a/src/irc/core/irc-commands.h
+++ b/src/irc/core/irc-commands.h
@@ -3,6 +3,8 @@
/* `optlist' should contain only one key - the server tag.
returns NULL if there was unknown -option */
-IRC_SERVER_REC *irccmd_options_get_server(GHashTable *optlist, IRC_SERVER_REC *defserver);
+IRC_SERVER_REC *irccmd_options_get_server(const char *cmd,
+ GHashTable *optlist,
+ IRC_SERVER_REC *defserver);
#endif