From 1d0938c629904e14c3769036d1a8d1a6d7b3f34b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 18 Feb 2010 16:17:06 -0500 Subject: schannel_tdb: make code compilable in both trees --- libcli/auth/schannel_state.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcli/auth/schannel_state.h') diff --git a/libcli/auth/schannel_state.h b/libcli/auth/schannel_state.h index c1fa1245cf..8db0698a9d 100644 --- a/libcli/auth/schannel_state.h +++ b/libcli/auth/schannel_state.h @@ -24,13 +24,19 @@ #define _LIBCLI_AUTH_SCHANNEL_STATE_H__ NTSTATUS schannel_get_creds_state(TALLOC_CTX *mem_ctx, + struct smb_iconv_convenience *ic, + const char *db_priv_dir, const char *computer_name, struct netlogon_creds_CredentialState **creds); NTSTATUS schannel_save_creds_state(TALLOC_CTX *mem_ctx, + struct smb_iconv_convenience *ic, + const char *db_priv_dir, struct netlogon_creds_CredentialState *creds); NTSTATUS schannel_check_creds_state(TALLOC_CTX *mem_ctx, + struct smb_iconv_convenience *ic, + const char *db_priv_dir, const char *computer_name, struct netr_Authenticator *received_authenticator, struct netr_Authenticator *return_authenticator, -- cgit