From 51c173cc38f4fcb7a907a3b193f00908d0591144 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 16 Oct 1997 04:09:57 +0000 Subject: [PATCH] add `db' and remove misc-functions git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3623 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/admin_locl.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/admin/admin_locl.h b/admin/admin_locl.h index 5e962f2bf..8601122e1 100644 --- a/admin/admin_locl.h +++ b/admin/admin_locl.h @@ -83,6 +83,7 @@ extern krb5_context context; extern char database[]; +extern HDB *db; #define DECL(X) int X(int, char **) @@ -120,12 +121,6 @@ int set_password(hdb_entry *ent); time_t getlife(const char *prompt, const char *def); size_t putlife(time_t t, char *s, size_t len); -/* misc.c */ - -void set_master_key(EncryptionKey key); -Key *unseal_key(Key *key); -void seal_key(Key *key); - #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) #endif /* __ADMIN_LOCL_H__ */