source: branches/samba-3.5.x/libcli/netlogon_proto.h@ 919

Last change on this file since 919 was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.4 KB
Line 
1#ifndef _____LIBCLI_NETLOGON_PROTO_H__
2#define _____LIBCLI_NETLOGON_PROTO_H__
3
4#undef _PRINTF_ATTRIBUTE
5#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
6/* This file was automatically generated by mkproto.pl. DO NOT EDIT */
7
8/* this file contains prototypes for functions that are private
9 * to this subsystem or library. These functions should not be
10 * used outside this particular subsystem! */
11
12
13/* The following definitions come from ../libcli/netlogon.c */
14
15NTSTATUS push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
16 struct smb_iconv_convenience *iconv_convenience,
17 struct netlogon_samlogon_response *response);
18NTSTATUS pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
19 struct smb_iconv_convenience *iconv_convenience,
20 struct netlogon_samlogon_response *response);
21void map_netlogon_samlogon_response(struct netlogon_samlogon_response *response);
22NTSTATUS push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
23 struct smb_iconv_convenience *iconv_convenience,
24 struct nbt_netlogon_response *response);
25NTSTATUS pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
26 struct smb_iconv_convenience *iconv_convenience,
27 struct nbt_netlogon_response *response);
28#undef _PRINTF_ATTRIBUTE
29#define _PRINTF_ATTRIBUTE(a1, a2)
30
31#endif /* _____LIBCLI_NETLOGON_PROTO_H__ */
32
Note: See TracBrowser for help on using the repository browser.