prototype for `hdb_set_master_keyfile'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5391 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-02-20 15:07:00 +00:00
parent e890eb7603
commit 5b473763a4

View File

@@ -97,7 +97,11 @@ krb5_error_code hdb_init_db(krb5_context, HDB*);
krb5_error_code hdb_set_master_key (krb5_context context,
HDB *db,
const char *keyfile);
EncryptionKey key);
krb5_error_code hdb_set_master_keyfile (krb5_context context,
HDB *db,
const char *keyfile);
krb5_error_code hdb_clear_master_key (krb5_context context,
HDB *db);