summaryrefslogtreecommitdiffstats
path: root/util/ipa_krb5.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/ipa_krb5.h')
-rw-r--r--util/ipa_krb5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/ipa_krb5.h b/util/ipa_krb5.h
index ee6078db3..7019e5e63 100644
--- a/util/ipa_krb5.h
+++ b/util/ipa_krb5.h
@@ -26,4 +26,10 @@ int ber_encode_krb5_key_data(krb5_key_data *data,
int numk, int mkvno,
struct berval **encoded);
+krb5_error_code parse_bval_key_salt_tuples(krb5_context kcontext,
+ const char * const *vals,
+ int n_vals,
+ krb5_key_salt_tuple **kst,
+ int *n_kst);
+
#endif /* __IPA_KRB5_H_ */