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:
		| @@ -75,4 +75,6 @@ struct passwd *k_getpwnam (char *user); | |||||||
| #include <sys/time.h> | #include <sys/time.h> | ||||||
| time_t tm2time (struct tm tm, int local); | time_t tm2time (struct tm tm, int local); | ||||||
|  |  | ||||||
|  | int verify_unix_user(char *user, char *password); | ||||||
|  |  | ||||||
| #endif /*  __ROKEN_H__ */ | #endif /*  __ROKEN_H__ */ | ||||||
|   | |||||||
| @@ -75,4 +75,6 @@ struct passwd *k_getpwnam (char *user); | |||||||
| #include <sys/time.h> | #include <sys/time.h> | ||||||
| time_t tm2time (struct tm tm, int local); | time_t tm2time (struct tm tm, int local); | ||||||
|  |  | ||||||
|  | int verify_unix_user(char *user, char *password); | ||||||
|  |  | ||||||
| #endif /*  __ROKEN_H__ */ | #endif /*  __ROKEN_H__ */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund