From: Nick Porter Date: Tue, 7 Jan 2025 14:06:40 +0000 (+0000) Subject: Add return values to doxygen comments X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2ee5e14cbf3335f4e7e6afe95f72030a65eebe1;p=thirdparty%2Ffreeradius-server.git Add return values to doxygen comments --- diff --git a/src/lib/unlang/tmpl.c b/src/lib/unlang/tmpl.c index fe96e21754..9d772f1c78 100644 --- a/src/lib/unlang/tmpl.c +++ b/src/lib/unlang/tmpl.c @@ -255,6 +255,9 @@ push: * @param[in] tmpl the tmpl to expand * @param[in] args additional controls for expanding #TMPL_TYPE_EXEC, * and where the status of exited programs will be stored. + * @return + * - 0 on success + * - -1 on failure */ int unlang_tmpl_push(TALLOC_CTX *ctx, fr_value_box_list_t *out, request_t *request, tmpl_t const *tmpl, unlang_tmpl_args_t *args)