summaryrefslogtreecommitdiff
path: root/libcli/auth/schannel_state_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-25 21:09:53 +0200
committerGünther Deschner <gd@samba.org>2009-08-27 15:55:18 +0200
commit17d3800e923fd51f6dd9799d39d56a012f2ad600 (patch)
treedceb6cac93740a1a160b34683188dbe60d109f6a /libcli/auth/schannel_state_proto.h
parenta18d6839aceb7db05f46d87281ad41f30edb515f (diff)
downloadsamba-17d3800e923fd51f6dd9799d39d56a012f2ad600.tar.gz
samba-17d3800e923fd51f6dd9799d39d56a012f2ad600.tar.bz2
samba-17d3800e923fd51f6dd9799d39d56a012f2ad600.zip
s4-schannel: add ldb suffix to schannel functions.
Guenther
Diffstat (limited to 'libcli/auth/schannel_state_proto.h')
-rw-r--r--libcli/auth/schannel_state_proto.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/libcli/auth/schannel_state_proto.h b/libcli/auth/schannel_state_proto.h
index 99b950e9ca..042e1dd940 100644
--- a/libcli/auth/schannel_state_proto.h
+++ b/libcli/auth/schannel_state_proto.h
@@ -11,21 +11,21 @@
/* The following definitions come from /home/jeremy/src/samba/git/master/source3/../source4/../libcli/auth/schannel_state.c */
-NTSTATUS schannel_store_session_key(struct ldb_context *ldb,
- TALLOC_CTX *mem_ctx,
- struct netlogon_creds_CredentialState *creds);
-NTSTATUS schannel_fetch_session_key(struct ldb_context *ldb,
- TALLOC_CTX *mem_ctx,
- const char *computer_name,
- struct netlogon_creds_CredentialState **creds);
-NTSTATUS schannel_creds_server_step_check(struct ldb_context *ldb,
- TALLOC_CTX *mem_ctx,
- const char *computer_name,
- bool schannel_required_for_call,
- bool schannel_in_use,
- struct netr_Authenticator *received_authenticator,
- struct netr_Authenticator *return_authenticator,
- struct netlogon_creds_CredentialState **creds_out) ;
+NTSTATUS schannel_store_session_key_ldb(struct ldb_context *ldb,
+ TALLOC_CTX *mem_ctx,
+ struct netlogon_creds_CredentialState *creds);
+NTSTATUS schannel_fetch_session_key_ldb(struct ldb_context *ldb,
+ TALLOC_CTX *mem_ctx,
+ const char *computer_name,
+ struct netlogon_creds_CredentialState **creds);
+NTSTATUS schannel_creds_server_step_check_ldb(struct ldb_context *ldb,
+ TALLOC_CTX *mem_ctx,
+ const char *computer_name,
+ bool schannel_required_for_call,
+ bool schannel_in_use,
+ struct netr_Authenticator *received_authenticator,
+ struct netr_Authenticator *return_authenticator,
+ struct netlogon_creds_CredentialState **creds_out);
#undef _PRINTF_ATTRIBUTE
#define _PRINTF_ATTRIBUTE(a1, a2)