]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Dec 2014 16:29:28 +0000 (11:29 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Dec 2014 16:29:34 +0000 (11:29 -0500)
src/main/tmpl.c

index 0cf5b5e3731e8158542552754d9036a50565c4e1..e3d592496da97c306293a8b674d48275fbc08bc9 100644 (file)
@@ -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)