summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-07-21 23:20:07 +0000
committerKevin Steves <stevesk@pobox.com>2002-07-21 23:20:07 +0000
commit21e04eb2be1e6a621148b29ac6f57f2677dedc21 (patch)
treea6d5a2fef8f788d9a2bd9b648d2571aa534ca692 /auth-pam.h
parent7ba4970498e029dc277d87eccd2f0ca79f64fb41 (diff)
- (stevesk) [auth-pam.h] unneeded include
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth-pam.h b/auth-pam.h
index 148ebe0c8..8cb7389e1 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -1,4 +1,4 @@
1/* $Id: auth-pam.h,v 1.13 2002/07/21 23:16:01 stevesk Exp $ */ 1/* $Id: auth-pam.h,v 1.14 2002/07/21 23:20:07 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Damien Miller. All rights reserved. 4 * Copyright (c) 2000 Damien Miller. All rights reserved.
@@ -27,8 +27,6 @@
27#include "includes.h" 27#include "includes.h"
28#ifdef USE_PAM 28#ifdef USE_PAM
29 29
30#include <pwd.h> /* For struct passwd */
31
32void start_pam(const char *user); 30void start_pam(const char *user);
33void finish_pam(void); 31void finish_pam(void);
34int auth_pam_password(Authctxt *authctxt, const char *password); 32int auth_pam_password(Authctxt *authctxt, const char *password);