selftest: Fix typo in comment.
[Samba.git] / source3 / libsmb / clidgram.h
blobff98f3b9678fe1b50125d86fb6bbb5e6010fa6a6
1 #include "../libcli/netlogon.h"
3 /* The following definitions come from libsmb/clidgram.c */
5 bool send_getdc_request(TALLOC_CTX *mem_ctx,
6 struct messaging_context *msg_ctx,
7 struct sockaddr_storage *dc_ss,
8 const char *domain_name,
9 const struct dom_sid *sid,
10 uint32_t nt_version);
11 bool receive_getdc_response(TALLOC_CTX *mem_ctx,
12 struct sockaddr_storage *dc_ss,
13 const char *domain_name,
14 uint32_t *nt_version,
15 const char **dc_name,
16 struct netlogon_samlogon_response **reply);