Some prototypes.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2529 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-23 02:14:47 +00:00
parent c8de677eb8
commit 7bfc4abec9

View File

@@ -90,4 +90,10 @@ DECL(ext_keytab);
DECL(help);
DECL(exit_kdb_edit);
void init_des_key(hdb_entry *ent);
void set_keys(hdb_entry *ent, char *password);
char *time2str(time_t t);
void event2string(Event *ev, char **str);
int flags2int(HDBFlags *f);
#endif /* __ADMIN_LOCL_H__ */