* @param uctx Current authorization context.
* @return one of the RLM_MODULE_* values.
*/
-static unlang_action_t mod_autz_group_resume(rlm_rcode_t *p_result, UNUSED int *priority, UNUSED request_t *request, void *uctx)
+static unlang_action_t mod_autz_group_resume(rlm_rcode_t *p_result, UNUSED int *priority, request_t *request, void *uctx)
{
sql_autz_ctx_t *autz_ctx = talloc_get_type_abort(uctx, sql_autz_ctx_t);
sql_autz_call_env_t *call_env = autz_ctx->call_env;
static int logfile_call_env_parse(TALLOC_CTX *ctx, call_env_parsed_head_t *out, tmpl_rules_t const *t_rules,
CONF_ITEM *ci,
- UNUSED call_env_ctx_t const *cec, UNUSED call_env_parser_t const *rule)
+ call_env_ctx_t const *cec, UNUSED call_env_parser_t const *rule)
{
CONF_SECTION const *subcs = NULL, *subsubcs = NULL;
CONF_PAIR const *to_parse = NULL;