summaryrefslogtreecommitdiffstats
path: root/auth-pam.c
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.c
parent092f2effc5a50e6aeb5059d2b02d5e7b9c03fb42 (diff)
function prototype and definition consistency cleanup.
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-pam.c b/auth-pam.c
index 5bb30025..9c6e36af 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -29,7 +29,7 @@
#include "xmalloc.h"
#include "servconf.h"
-RCSID("$Id: auth-pam.c,v 1.17 2000/10/14 13:36:13 stevesk Exp $");
+RCSID("$Id: auth-pam.c,v 1.18 2000/10/14 15:08:49 stevesk Exp $");
#define NEW_AUTHTOK_MSG \
"Warning: Your password has expired, please change it now"
@@ -249,7 +249,7 @@ void do_pam_session(char *username, const char *ttyname)
}
/* Set PAM credentials */
-void do_pam_setcred()
+void do_pam_setcred(void)
{
int pam_retval;
@@ -273,7 +273,7 @@ int pam_password_change_required(void)
* session is established and the user's pty is connected to
* stdin/stout/stderr.
*/
-void do_pam_chauthtok()
+void do_pam_chauthtok(void)
{
int pam_retval;