]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Should probably be exported
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 23:03:36 +0000 (23:03 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 23:03:36 +0000 (23:03 +0000)
src/lib/server/map.c
src/lib/server/map.h

index 826f4327b13be4955932e999858146efe6037986..4b3a2ccaf1684fd80da1148ca44a3ec3b31e5738 100644 (file)
@@ -255,7 +255,7 @@ fr_sbuff_parse_rules_t const map_parse_rules_bareword_quoted = {
        )
 };
 
-static fr_sbuff_parse_rules_t const *map_parse_rules_quoted[T_TOKEN_LAST] = {
+fr_sbuff_parse_rules_t const *map_parse_rules_quoted[T_TOKEN_LAST] = {
        [T_BARE_WORD]                   = &map_parse_rules_bareword_quoted,
        [T_DOUBLE_QUOTED_STRING]        = &tmpl_parse_rules_double_quoted,
        [T_SINGLE_QUOTED_STRING]        = &tmpl_parse_rules_single_quoted,
index f719e8978fe25521e8cd620f2395417bd579f8d4..07b49fd18d30387cab87693045d705f70244645f 100644 (file)
@@ -151,6 +151,7 @@ extern fr_table_num_sorted_t const map_assignment_op_table[];
 extern size_t map_assignment_op_table_len;
 
 extern fr_sbuff_parse_rules_t const map_parse_rules_bareword_quoted;
+extern fr_sbuff_parse_rules_t const *map_parse_rules_quoted[T_TOKEN_LAST];
 
 #ifdef __cplusplus
 }