From: Arran Cudbard-Bell Date: Mon, 13 Nov 2017 21:01:06 +0000 (+0000) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83bf51037bcd83a33a74c58a9b1745509ee5bec;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/util/talloc.c b/src/lib/util/talloc.c index c1802da99b8..714f84ae4cb 100644 --- a/src/lib/util/talloc.c +++ b/src/lib/util/talloc.c @@ -174,6 +174,7 @@ char *talloc_buffer_append_buffer(char *to, char const *from) /** Concatenate to + ... * * @param[in] to talloc string buffer to append to. + * @param[in] argc how many variadic arguments were passed. * @param[in] ... talloc string buffer(s) to append. * Arguments can be NULL to simplify * calling logic.