From: Arran Cudbard-Bell Date: Fri, 26 Jan 2018 20:42:52 +0000 (-0700) Subject: Organisation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85be37a9e077cf0dda3abbcf069b976aeae1469;p=thirdparty%2Ffreeradius-server.git Organisation --- diff --git a/src/include/value.h b/src/include/value.h index 47e1ecb4c6a..643a0aa1eb4 100644 --- a/src/include/value.h +++ b/src/include/value.h @@ -518,6 +518,8 @@ int fr_value_box_list_concat(TALLOC_CTX *ctx, fr_value_box_t *out, fr_value_box_t **list, fr_type_t type, bool free_input); +char *fr_value_box_list_asprint(TALLOC_CTX *ctx, fr_value_box_t const *head, char const *delim, char quote); + bool fr_value_box_list_tainted(fr_value_box_t const *head); /* @@ -527,5 +529,4 @@ char *fr_value_box_asprint(TALLOC_CTX *ctx, fr_value_box_t const *data, char qu size_t fr_value_box_snprint(char *out, size_t outlen, fr_value_box_t const *data, char quote); -char *fr_value_box_list_asprint(TALLOC_CTX *ctx, fr_value_box_t const *head, char const *delim, char quote); #endif /* _FR_VALUE_H */