From: Alan T. DeKok Date: Thu, 5 Apr 2018 12:31:52 +0000 (-0400) Subject: doxygen X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bff3f5ecf98cb99fecdbf8aa2f20a390b800036a;p=thirdparty%2Ffreeradius-server.git doxygen --- diff --git a/src/main/pair.c b/src/main/pair.c index 0250206ff94..72977364a08 100644 --- a/src/main/pair.c +++ b/src/main/pair.c @@ -347,7 +347,9 @@ static bool otherattr(fr_dict_attr_t const *attribute, fr_dict_attr_t const **fr * @param first_only will decide if we loop over the request attributes or stop on the first one. * @param func comparison function. * @param instance argument to comparison function. - * @return 0 + * @return + * - 0 on success + * - <0 on error */ int paircompare_register_byname(char const *name, fr_dict_attr_t const *from, bool first_only, RAD_COMPARE_FUNC func, void *instance)