From 7bfc4abec98e8fbc8e959e01b02af256de007e19 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 23 Jul 1997 02:14:47 +0000 Subject: [PATCH] Some prototypes. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2529 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/admin_locl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/admin_locl.h b/admin/admin_locl.h index d578b0e04..6e475c8ba 100644 --- a/admin/admin_locl.h +++ b/admin/admin_locl.h @@ -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__ */