summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-14 11:48:59 +0200
committerGünther Deschner <gd@samba.org>2009-10-14 15:26:14 +0200
commit075303560f545e59128a1bb16d6128a165830288 (patch)
tree2c286135caf41c15b640dd38159052e0be4728de /source3
parente9f7ef0439f6e8b76055bebca09dded6ad3164a9 (diff)
downloadsamba-075303560f545e59128a1bb16d6128a165830288.tar.gz
samba-075303560f545e59128a1bb16d6128a165830288.tar.bz2
samba-075303560f545e59128a1bb16d6128a165830288.zip
s3-passdb: missed two prototypes while moving to enum netr_SchannelType.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6475a03b5d..a1bec6fb48 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 */