]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorAlan T. DeKok <aland@freeradius.org>
Fri, 11 Sep 2015 16:52:32 +0000 (12:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 11 Sep 2015 16:52:39 +0000 (12:52 -0400)
src/lib/pair.c

index 6a5900b6b10d6cce5ae6615a019dcb1c29e3d094..ce5484fe95001ae74804dd3c21aaee1a51d64cb8 100644 (file)
@@ -1080,6 +1080,7 @@ static void fr_pair_list_move_by_num_internal(TALLOC_CTX *ctx, VALUE_PAIR **to,
  *     If attribute 0 and vendor 0  will match (and therefore copy) all
  *     attributes.
  * @param[in] vendor to match.
+ * @param[in] tag to match, TAG_ANY matches any tag, TAG_NONE matches tagless VPs.
  */
 void fr_pair_list_move_by_num(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **from,
                              unsigned int attr, unsigned int vendor, int8_t tag)