From b5150e6e458e6b72163d9fc452e037d1cb08f7a0 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 24 Jul 1997 11:28:49 +0000 Subject: [PATCH] gettime prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2614 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/admin_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/admin_locl.h b/admin/admin_locl.h index 6e475c8ba..92a7b17d9 100644 --- a/admin/admin_locl.h +++ b/admin/admin_locl.h @@ -69,6 +69,7 @@ #include #include #include +#include #include "hdb.h" @@ -96,4 +97,6 @@ char *time2str(time_t t); void event2string(Event *ev, char **str); int flags2int(HDBFlags *f); +time_t gettime(const char *prompt, const char *def); + #endif /* __ADMIN_LOCL_H__ */