]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 30 May 2018 16:56:07 +0000 (22:56 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 30 May 2018 16:56:07 +0000 (22:56 +0600)
src/lib/util/dict.c

index 9c221f0e6efd65c27757b4ab02f0076e04e1b785..b925d9f76adabbe274cf042028dac1d0e53de58e 100644 (file)
@@ -2879,7 +2879,9 @@ fr_dict_attr_t const *fr_dict_root(fr_dict_t const *dict)
 
 /** Look up a protocol name embedded in another string
  *
- * @param[in,out] name         string start.
+ * @param[out] out             the resolve dictionary or NULL if the dictionary
+ *                             couldn't be resolved.
+ * @param[in] name             string start.
  * @return
  *     - <= 0 on error (offset as negative integer)
  *     - > 0 on success (number of bytes parsed).