summaryrefslogtreecommitdiffstats
path: root/auth-pam.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-10-14 15:08:49 +0000
committerKevin Steves <stevesk@pobox.com>2000-10-14 15:08:49 +0000
commit6beac8c5a0b4ecbb92b252d49dc92528340ff993 (patch)
tree6c542b4f63064f3ed390f7b76365c6106c3c53b9 /auth-pam.h
parent092f2effc5a50e6aeb5059d2b02d5e7b9c03fb42 (diff)
function prototype and definition consistency cleanup.
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.h b/auth-pam.h
index 7f230463..73f68ec2 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -9,9 +9,9 @@ int auth_pam_password(struct passwd *pw, const char *password);
char **fetch_pam_environment(void);
int do_pam_account(char *username, char *remote_user);
void do_pam_session(char *username, const char *ttyname);
-void do_pam_setcred();
+void do_pam_setcred(void);
void print_pam_messages(void);
int pam_password_change_required(void);
-void do_pam_chauthtok();
+void do_pam_chauthtok(void);
#endif /* USE_PAM */