r12269: Update to current lorikeet-heimdal. This changed the way the hdb
[samba.git] / source / heimdal / lib / hdb / hdb-private.h
index 7baa944053509997f766bf61d57e66a6d12a0bae..e602f01373b77a7ac77435bcc264f378dd6e8d4c 100644 (file)
@@ -11,7 +11,7 @@ _hdb_fetch (
        unsigned /*flags*/,
        krb5_const_principal /*principal*/,
        enum hdb_ent_type /*ent_type*/,
-       hdb_entry */*entry*/);
+       hdb_entry_ex */*entry*/);
 
 hdb_master_key
 _hdb_find_master_key (
@@ -43,13 +43,13 @@ krb5_error_code
 _hdb_remove (
        krb5_context /*context*/,
        HDB */*db*/,
-       hdb_entry */*entry*/);
+       hdb_entry_ex */*entry*/);
 
 krb5_error_code
 _hdb_store (
        krb5_context /*context*/,
        HDB */*db*/,
        unsigned /*flags*/,
-       hdb_entry */*entry*/);
+       hdb_entry_ex */*entry*/);
 
 #endif /* __hdb_private_h__ */