time2rstr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3740 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-02 03:52:01 +00:00
parent a929acae7b
commit 075e10b678

View File

@@ -109,6 +109,7 @@ DECL(change_random_key);
void init_des_key(hdb_entry *ent);
void set_keys(hdb_entry *ent, char *password);
char *time2str(time_t t);
char *time2rstr(time_t t);
void event2string(Event *ev, char **str);
void print_hdbflags (FILE *fp, HDBFlags flags);
int parse_hdbflags (const char *s, HDBFlags *flags);