Allow string arguments to be quote within "".
[bertos.git] / bertos / mware / parser.h
index 9d4423d3fbb80186fb1553dd82dfa0a540228788..a3575546dfeba589529428ff49c0034bdcc5511c 100644 (file)
@@ -263,6 +263,7 @@ INLINE bool parser_execute_cmd(const struct CmdTemplate* templ, parms args[CONFI
 const struct CmdTemplate* parser_get_cmd_template(const char* line);
 
 bool parser_get_cmd_arguments(const char* line, const struct CmdTemplate* templ, parms args[CONFIG_PARSER_MAX_ARGS]);
+bool get_word(const char **begin, const char **end);
 
 #if CONFIG_ENABLE_COMPAT_BEHAVIOUR
 /**