aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd/extern.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-01-20 22:03:36 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-01-20 22:03:36 +0000
commit925704439a23996c9321362967ea99a15f35da46 (patch)
treea32bebdeafd201f5c3c42d86576b79f8f6928470 /usr.bin/passwd/extern.h
parentaaa101d22213da18d2117c1bf60a5e06001727f4 (diff)
downloadsrc-925704439a23996c9321362967ea99a15f35da46.tar.gz
src-925704439a23996c9321362967ea99a15f35da46.zip
Update for new kpasswd interface.
Notes
Notes: svn path=/head/; revision=5752
Diffstat (limited to 'usr.bin/passwd/extern.h')
-rw-r--r--usr.bin/passwd/extern.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/passwd/extern.h b/usr.bin/passwd/extern.h
index 67d6dee23e8d..7a4bd127c98d 100644
--- a/usr.bin/passwd/extern.h
+++ b/usr.bin/passwd/extern.h
@@ -30,8 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)extern.h 8.1 (Berkeley) 4/2/94
+ * From: @(#)extern.h 8.1 (Berkeley) 4/2/94
+ * $Id$
*/
-int krb_passwd __P((void));
+int krb_passwd __P((char *, char *, char *, char *));
int local_passwd __P((char *));