Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file correctly.
[Samba.git] / source3 / libads / cldap.h
blobe2d05ce73130afed7fa7b095126c8943077e97ee
1 #include "../libcli/netlogon/netlogon.h"
3 /* The following definitions come from libads/cldap.c */
4 bool ads_cldap_netlogon(TALLOC_CTX *mem_ctx,
5 const char *server,
6 const char *realm,
7 uint32_t nt_version,
8 struct netlogon_samlogon_response **reply);
9 bool ads_cldap_netlogon_5(TALLOC_CTX *mem_ctx,
10 const char *server,
11 const char *realm,
12 struct NETLOGON_SAM_LOGON_RESPONSE_EX *reply5);