From abdaf1b1a50323f5458ac6bfb29d7a8d3db9fdd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 14 Oct 2009 11:48:59 +0200 Subject: [PATCH] s3-passdb: missed two prototypes while moving to enum netr_SchannelType. Guenther (cherry picked from commit 075303560f545e59128a1bb16d6128a165830288) (cherry picked from commit d4d2bbff2fd300d8c7001e3ee65d4c854a431ad9) --- source3/include/proto.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index cc9fe874f31..6f81162bca6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4445,9 +4445,11 @@ bool pdb_update_autolock_flag(struct samu *sampass, bool *updated); bool pdb_increment_bad_password_count(struct samu *sampass); bool is_dc_trusted_domain_situation(const char *domain_name); bool get_trust_pw_clear(const char *domain, char **ret_pwd, - const char **account_name, uint32 *channel); + const char **account_name, + enum netr_SchannelType *channel); bool get_trust_pw_hash(const char *domain, uint8 ret_pwd[16], - const char **account_name, uint32 *channel); + const char **account_name, + enum netr_SchannelType *channel); struct samr_LogonHours get_logon_hours_from_pdb(TALLOC_CTX *mem_ctx, struct samu *pw); /* The following definitions come from passdb/pdb_compat.c */ -- 2.11.4.GIT