git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3291 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-30 19:28:16 +00:00
parent c943812e59
commit b09d59f7ba

View File

@@ -81,4 +81,8 @@ int hdb_value2entry(krb5_context, krb5_data*, hdb_entry*);
krb5_error_code hdb_lock(int, int);
krb5_error_code hdb_unlock(int);
krb5_error_code _hdb_fetch(krb5_context, HDB*, hdb_entry*);
krb5_error_code _hdb_store(krb5_context, HDB*, int, hdb_entry*);
krb5_error_code _hdb_delete(krb5_context, HDB*, hdb_entry*);
#endif /* __HDB_LOCL_H__ */