diff --git a/lib/kadm5/private.h b/lib/kadm5/private.h index 893c975f9..d717867f2 100644 --- a/lib/kadm5/private.h +++ b/lib/kadm5/private.h @@ -166,6 +166,12 @@ _kadm5_set_keys __P(( hdb_entry *ent, const char *password)); +kadm5_ret_t +_kadm5_set_keys2 __P(( + hdb_entry *ent, + int16_t n_key_data, + krb5_key_data *key_data)); + kadm5_ret_t _kadm5_set_modifier __P(( kadm5_server_context *context,