Merged with Irssi 0.8.6.
[silc.git] / apps / irssi / src / core / commands.h
index 1733c589e4debbfacaea7f3881474934e928f924..0b599f54c2c09e429eb99a1f73bd1c36b22f3fdf 100644 (file)
@@ -150,6 +150,7 @@ int command_have_option(const char *cmd, const char *option);
 #define PARAM_FLAG_OPTCHAN_NAME (0x00020000|PARAM_FLAG_OPTCHAN)
 
 char *cmd_get_param(char **data);
+char *cmd_get_quoted_param(char **data);
 /* get parameters from command - you should point free_me somewhere and
    cmd_params_free() it after you don't use any of the parameters anymore.