gettime prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2614 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-24 11:28:49 +00:00
parent 621badc86a
commit b5150e6e45

View File

@@ -69,6 +69,7 @@
#include <roken.h>
#include <krb5.h>
#include <hdb_err.h>
#include <parse_time.h>
#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__ */