From 6bf858d716f40591b309fe35fd7b6dbba2e23a44 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 11 Aug 1996 21:39:49 +0000 Subject: [PATCH] Added prototype for `verify_unix_user'. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@642 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 2 ++ lib/roken/roken.h.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index d56a90080..b310c9105 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -75,4 +75,6 @@ struct passwd *k_getpwnam (char *user); #include time_t tm2time (struct tm tm, int local); +int verify_unix_user(char *user, char *password); + #endif /* __ROKEN_H__ */ diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index d56a90080..b310c9105 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -75,4 +75,6 @@ struct passwd *k_getpwnam (char *user); #include time_t tm2time (struct tm tm, int local); +int verify_unix_user(char *user, char *password); + #endif /* __ROKEN_H__ */