]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
prototype
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Jan 2022 22:23:24 +0000 (17:23 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Jan 2022 22:23:24 +0000 (17:23 -0500)
src/lib/unlang/xlat.h

index 32424d873d37232497c67bd2e1db197948e5ae08..a16096f071e15de7e8b49147e3a70158cfff193e 100644 (file)
@@ -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).