From 3683195b292afe77ce04ec446f3a1bb92d8876df Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 2 Jun 2015 13:12:43 -0400 Subject: krb: remove duplicit decl. of write_krb5info_file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit function write_krb5info_file() was declared twice in krb5_common.h Reviewed-by: Pavel Březina --- src/providers/krb5/krb5_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h index 8f6fb229a..34c0eb960 100644 --- a/src/providers/krb5/krb5_common.h +++ b/src/providers/krb5/krb5_common.h @@ -181,9 +181,6 @@ errno_t krb5_install_offline_callback(struct be_ctx *be_ctx, errno_t krb5_install_sigterm_handler(struct tevent_context *ev, struct krb5_ctx *krb5_ctx); -errno_t write_krb5info_file(const char *realm, const char *kdc, - const char *service); - errno_t remove_krb5_info_files(TALLOC_CTX *mem_ctx, const char *realm); errno_t krb5_get_simple_upn(TALLOC_CTX *mem_ctx, struct krb5_ctx *krb5_ctx, -- cgit