summary refs log tree commit diff stats
path: root/src/common/hexchatc.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-07-01 13:43:58 -0400
committerTingPing <tingping@tingping.se>2013-07-01 13:43:58 -0400
commitaab55d8cffc577a7aec4f43d5157c7e3f498c0f5 (patch)
tree9daed407f233e1ae2c85212735350dd1dc8ca5d8 /src/common/hexchatc.h
parent73c9321361b38e75d442780280175d5298893c8f (diff)
Handle extraneous cli args as urls
Diffstat (limited to 'src/common/hexchatc.h')
-rw-r--r--src/common/hexchatc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchatc.h b/src/common/hexchatc.h
index 774f4dd9..a999dcf2 100644
--- a/src/common/hexchatc.h
+++ b/src/common/hexchatc.h
@@ -26,6 +26,7 @@ extern int hexchat_is_quitting;
 extern gint arg_skip_plugins;	/* command-line args */
 extern gint arg_dont_autoconnect;
 extern char *arg_url;
+extern char **arg_urls;
 extern char *arg_command;
 extern gint arg_existing;