git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3368 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-03 20:14:25 +00:00
parent a04a8365f1
commit 4763026f1f

View File

@@ -88,6 +88,8 @@ krb5_error_code hdb_init_db(krb5_context, HDB*);
Key *hdb_unseal_key(Key*, krb5_data);
void hdb_seal_key(Key*, krb5_data);
void hdb_unseal_keys(hdb_entry*, krb5_data);
void hdb_seal_keys(hdb_entry*, krb5_data);
void hdb_free_key(Key*);
#define HDB_DB_DIR "/var/heimdal"