From fbb7814f91f85e95769a5e23506825167b44139f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 19:40:31 +0200 Subject: s3: only use netlogon/nbt header when needed. Guenther --- source3/libsmb/clidgram.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source3/libsmb/clidgram.h (limited to 'source3/libsmb/clidgram.h') diff --git a/source3/libsmb/clidgram.h b/source3/libsmb/clidgram.h new file mode 100644 index 0000000000..ff98f3b967 --- /dev/null +++ b/source3/libsmb/clidgram.h @@ -0,0 +1,16 @@ +#include "../libcli/netlogon.h" + +/* The following definitions come from libsmb/clidgram.c */ + +bool send_getdc_request(TALLOC_CTX *mem_ctx, + struct messaging_context *msg_ctx, + struct sockaddr_storage *dc_ss, + const char *domain_name, + const struct dom_sid *sid, + uint32_t nt_version); +bool receive_getdc_response(TALLOC_CTX *mem_ctx, + struct sockaddr_storage *dc_ss, + const char *domain_name, + uint32_t *nt_version, + const char **dc_name, + struct netlogon_samlogon_response **reply); -- cgit