git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3365 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-03 18:19:25 +00:00
parent 91ee962df4
commit 1fe7690453

View File

@@ -86,8 +86,8 @@ krb5_error_code hdb_foreach(krb5_context context, HDB *db, hdb_foreach_func_t fu
krb5_error_code hdb_check_db_format(krb5_context, HDB*);
krb5_error_code hdb_init_db(krb5_context, HDB*);
Key *hdb_unseal_key(Key*, des_key_schedule);
void hdb_seal_key(Key*, des_key_schedule);
Key *hdb_unseal_key(Key*, krb5_data);
void hdb_seal_key(Key*, krb5_data);
void hdb_free_key(Key*);
#define HDB_DB_DIR "/var/heimdal"