From b6e9092984061b2a92535f89b045d2feb249b668 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 18 Jan 2022 17:23:24 -0500 Subject: [PATCH] prototype --- src/lib/unlang/xlat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/unlang/xlat.h b/src/lib/unlang/xlat.h index 32424d873d..a16096f071 100644 --- a/src/lib/unlang/xlat.h +++ b/src/lib/unlang/xlat.h @@ -330,6 +330,9 @@ int xlat_func_args(xlat_t *xlat, xlat_arg_parser_t const args[]) CC_HINT(nonnul int xlat_func_mono(xlat_t *xlat, xlat_arg_parser_t const *arg) CC_HINT(nonnull); +ssize_t xlat_tokenize_expression(TALLOC_CTX *ctx, xlat_exp_t **head, xlat_flags_t *flags, fr_sbuff_t *in, + fr_sbuff_parse_rules_t const *p_rules, tmpl_rules_t const *t_rules); + /** Set a callback for global instantiation of xlat functions * * @param[in] _xlat function to set the callback for (as returned by xlat_register). -- 2.47.2