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__ */