Warn that wildcards must be used as the last character in a string
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-ast.h
index 405c6686a4f5fd576e3033a4cfafe7086d2326ce..7f1883f29656ba1836699b11bc3178d02dfe7966 100644 (file)
@@ -186,5 +186,6 @@ int filter_visitor_bytecode_generate(struct filter_parser_ctx *ctx);
 void filter_bytecode_free(struct filter_parser_ctx *ctx);
 int filter_visitor_ir_check_binary_op_nesting(struct filter_parser_ctx *ctx);
 int filter_visitor_ir_check_binary_comparator(struct filter_parser_ctx *ctx);
+int filter_visitor_ir_validate_string(struct filter_parser_ctx *ctx);
 
 #endif /* _FILTER_AST_H */
This page took 0.024375 seconds and 5 git commands to generate.