summaryrefslogtreecommitdiff
path: root/libcli/auth/schannel_state.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-02-18 16:17:06 -0500
committerSimo Sorce <idra@samba.org>2010-02-23 12:46:50 -0500
commit1d0938c629904e14c3769036d1a8d1a6d7b3f34b (patch)
tree58be783a916378417e6e821a5d28a5995381134c /libcli/auth/schannel_state.h
parent3b12c38ac09ad253cf56099c243659a3a362ea67 (diff)
downloadsamba-1d0938c629904e14c3769036d1a8d1a6d7b3f34b.tar.gz
samba-1d0938c629904e14c3769036d1a8d1a6d7b3f34b.tar.bz2
samba-1d0938c629904e14c3769036d1a8d1a6d7b3f34b.zip
schannel_tdb: make code compilable in both trees
Diffstat (limited to 'libcli/auth/schannel_state.h')
-rw-r--r--libcli/auth/schannel_state.h6
1 files changed, 6 insertions, 0 deletions
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,