From: Arran Cudbard-Bell Date: Thu, 9 May 2019 17:02:32 +0000 (-0400) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1319c8ee20e02b078d7c8875d31defbb20b687ca;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/unlang/xlat.c b/src/lib/unlang/xlat.c index 4a2a295e1af..4fd001ce8e1 100644 --- a/src/lib/unlang/xlat.c +++ b/src/lib/unlang/xlat.c @@ -177,6 +177,7 @@ int unlang_xlat_event_timeout_add(REQUEST *request, fr_unlang_xlat_timeout_t cal /** Remove a pending timer * * @param[in] request The current request. + * @param[in] ctx that was provided to #unlang_xlat_event_timeout_add. * @return * - 0 if there was a pending timer and it was removed. * - -1 if there was no pending timer.