summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2008-11-18 12:54:56 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>2008-11-18 12:54:56 +0000
commit04f175274455de8f1ac80beaa25e150abd8c0bcd (patch)
tree82bc7567f0275cb9bfee98a03e48e956ff4c0816
parentc4490c3eda9017c67a34b332630a29507e7452cd (diff)
downloadsudo-04f175274455de8f1ac80beaa25e150abd8c0bcd.tar.gz
add proto for aixauth_cleanup; from Dale King
-rw-r--r--auth/sudo_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/sudo_auth.h b/auth/sudo_auth.h
index 3551b753b..eb15b4521 100644
--- a/auth/sudo_auth.h
+++ b/auth/sudo_auth.h
@@ -57,6 +57,7 @@ int sia_setup __P((struct passwd *pw, char **prompt, sudo_auth *auth));
int sia_verify __P((struct passwd *pw, char *prompt, sudo_auth *auth));
int sia_cleanup __P((struct passwd *pw, sudo_auth *auth));
int aixauth_verify __P((struct passwd *pw, char *pass, sudo_auth *auth));
+int aixauth_cleanup __P((struct passwd *pw, sudo_auth *auth));
int bsdauth_init __P((struct passwd *pw, char **prompt, sudo_auth *auth));
int bsdauth_verify __P((struct passwd *pw, char *prompt, sudo_auth *auth));
int bsdauth_cleanup __P((struct passwd *pw, sudo_auth *auth));