From: Alan T. DeKok Date: Fri, 11 Sep 2015 16:52:32 +0000 (-0400) Subject: Doxygen X-Git-Tag: release_3_0_10~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f026946db184c76e56d786be698f12da4700fe26;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/pair.c b/src/lib/pair.c index 6a5900b6b10..ce5484fe950 100644 --- a/src/lib/pair.c +++ b/src/lib/pair.c @@ -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)