From 4180897317467713174e698967f321ac0ce64971 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 10 Oct 2010 19:57:22 +0000 Subject: make use of UNUSED() consistent throughout the code git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1256 ef36b2f9-881f-0410-afb5-c4e39611909c --- pam/pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pam/pam.c') diff --git a/pam/pam.c b/pam/pam.c index f179bd9..3d30368 100644 --- a/pam/pam.c +++ b/pam/pam.c @@ -92,7 +92,7 @@ static void ctx_clear(struct pld_ctx *ctx) } /* free the context (this is installed as handler into PAM) */ -static void ctx_free(pam_handle_t *UNUSED(pamh),void *data,int UNUSED(err)) +static void ctx_free(pam_handle_t UNUSED(*pamh),void *data,int UNUSED(err)) { struct pld_ctx *ctx=data; ctx_clear(ctx); -- cgit v1.2.3