diff options
Diffstat (limited to 'src/common/hexchatc.h')
-rw-r--r-- | src/common/hexchatc.h | 1 |
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; |