s3:winbind: remove the method SET_MAPPING from winbind's API
[ira/wip.git] / source3 / libsmb / clidgram.h
1 #include "../libcli/netlogon.h"
2
3 /* The following definitions come from libsmb/clidgram.c  */
4
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);