diff options
| -rw-r--r-- | libutil/login_cap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libutil/login_cap.h b/libutil/login_cap.h index 2e3d3e8..082e34b 100644 --- a/libutil/login_cap.h +++ b/libutil/login_cap.h @@ -146,8 +146,10 @@ int auth_timeok(login_cap_t *, time_t); struct tm; login_time_t parse_lt(const char *); +int in_lt(const login_time_t *, time_t *); int in_ltm(const login_time_t *, struct tm *, time_t *); int in_ltms(const login_time_t *, struct tm *, time_t *); +int in_lts(const login_time_t *, time_t *); /* helper functions */ |
