summaryrefslogtreecommitdiff
path: root/source4/heimdal/kdc/kdc-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/kdc/kdc-private.h')
-rw-r--r--source4/heimdal/kdc/kdc-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/heimdal/kdc/kdc-private.h b/source4/heimdal/kdc/kdc-private.h
index c718b1fd52..251e06b14a 100644
--- a/source4/heimdal/kdc/kdc-private.h
+++ b/source4/heimdal/kdc/kdc-private.h
@@ -28,8 +28,8 @@ krb5_error_code
_kdc_db_fetch (
krb5_context /*context*/,
krb5_kdc_configuration */*config*/,
- krb5_principal /*principal*/,
- enum hdb_ent_type /*ent_type*/,
+ krb5_const_principal /*principal*/,
+ unsigned /*flags*/,
hdb_entry_ex **/*h*/);
krb5_error_code
@@ -39,7 +39,7 @@ _kdc_db_fetch4 (
const char */*name*/,
const char */*instance*/,
const char */*realm*/,
- enum hdb_ent_type /*ent_type*/,
+ unsigned /*flags*/,
hdb_entry_ex **/*ent*/);
krb5_error_code