From 1ab17f13a27429d34439c0ba3b77685e3a55c2c3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 18 Aug 2010 09:36:54 -0400 Subject: s3-ads: Remove unused wrapper and make function static --- source3/include/krb5_protos.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include/krb5_protos.h') diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index 0b8aa71288..e229a14412 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -124,14 +124,6 @@ krb5_error_code smb_krb5_keytab_name(TALLOC_CTX *mem_ctx, krb5_context context, krb5_keytab keytab, const char **keytab_name); -int smb_krb5_kt_add_entry_ext(krb5_context context, - krb5_keytab keytab, - krb5_kvno kvno, - const char *princ_s, - krb5_enctype *enctypes, - krb5_data password, - bool no_salt, - bool keep_old_entries); krb5_error_code smb_krb5_get_credentials(krb5_context context, krb5_ccache ccache, krb5_principal me, -- cgit