source: branches/samba-3.5.x/libcli/ndr_netlogon_proto.h

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

Samba 3.5.0: Initial import

File size: 1.2 KB
Line 
1#ifndef _____LIBCLI_NDR_NETLOGON_PROTO_H__
2#define _____LIBCLI_NDR_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/ndr_netlogon.c */
14
15enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_REQUEST(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_REQUEST *r);
16enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_REQUEST(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_REQUEST *r);
17enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_RESPONSE_EX *r);
18enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_RESPONSE_EX *r,
19 uint32_t nt_version_flags);
20#undef _PRINTF_ATTRIBUTE
21#define _PRINTF_ATTRIBUTE(a1, a2)
22
23#endif /* _____LIBCLI_NDR_NETLOGON_PROTO_H__ */
24
Note: See TracBrowser for help on using the repository browser.