mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
9ccef4e62b
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 1 23:00:24 CET 2011 on sn-devel-104
18 lines
547 B
C
18 lines
547 B
C
#include "../libcli/netlogon.h"
|
|
|
|
/* The following definitions come from libsmb/clidgram.c */
|
|
|
|
bool send_getdc_request(struct messaging_context *msg_ctx,
|
|
const struct sockaddr_storage *dc_ss,
|
|
const char *domain_name,
|
|
const struct dom_sid *sid,
|
|
uint32_t nt_version,
|
|
int dgm_id);
|
|
bool receive_getdc_response(TALLOC_CTX *mem_ctx,
|
|
const struct sockaddr_storage *dc_ss,
|
|
const char *domain_name,
|
|
int dgm_id,
|
|
uint32_t *nt_version,
|
|
const char **dc_name,
|
|
struct netlogon_samlogon_response **reply);
|