From: Alan T. DeKok Date: Tue, 18 Jan 2022 22:23:24 +0000 (-0500) Subject: prototype X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e9092984061b2a92535f89b045d2feb249b668;p=thirdparty%2Ffreeradius-server.git prototype --- diff --git a/src/lib/unlang/xlat.h b/src/lib/unlang/xlat.h index 32424d873d3..a16096f071e 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).