Fix the unexpected.tdb database problem. Change nmbd to store the
[samba.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                         int dgm_id);
12 bool receive_getdc_response(TALLOC_CTX *mem_ctx,
13                             struct sockaddr_storage *dc_ss,
14                             const char *domain_name,
15                             int dgm_id,
16                             uint32_t *nt_version,
17                             const char **dc_name,
18                             struct netlogon_samlogon_response **reply);