Added prototype for `verify_unix_user'.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@642 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-11 21:39:49 +00:00
parent d8dc73c8cc
commit 6bf858d716
2 changed files with 4 additions and 0 deletions

View File

@@ -75,4 +75,6 @@ struct passwd *k_getpwnam (char *user);
#include <sys/time.h>
time_t tm2time (struct tm tm, int local);
int verify_unix_user(char *user, char *password);
#endif /* __ROKEN_H__ */

View File

@@ -75,4 +75,6 @@ struct passwd *k_getpwnam (char *user);
#include <sys/time.h>
time_t tm2time (struct tm tm, int local);
int verify_unix_user(char *user, char *password);
#endif /* __ROKEN_H__ */