From: Arran Cudbard-Bell Date: Wed, 31 Dec 2014 16:29:28 +0000 (-0500) Subject: Doxygen X-Git-Tag: release_3_0_7~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0b75ce79c51c2eab58ef180e990dbabed593be;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/main/tmpl.c b/src/main/tmpl.c index 0cf5b5e3731..e3d592496da 100644 --- a/src/main/tmpl.c +++ b/src/main/tmpl.c @@ -979,6 +979,8 @@ finish: * @param[in] name attribute name including qualifiers. * @param[in] request_def The default request to insert unqualified attributes into. * @param[in] list_def The default list to insert unqualified attributes into. + * @param[in] allow_unknown If true attributes in the format accepted by dict_unknown_from_substr + * will be allowed, even if they're not in the main dictionaries. * @param[in] allow_undefined If true, we don't generate a parse error on unknown * attributes, and instead set type to TMPL_TYPE_ATTR_UNDEFINED. * @return <= 0 on error (offset as negative integer), > 0 on success (number of bytes parsed)