1 #ifndef _____LIBCLI_NETLOGON_PROTO_H__
2 #define _____LIBCLI_NETLOGON_PROTO_H__
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 */
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! */
13 /* The following definitions come from ../libcli/netlogon.c */
15 NTSTATUS
push_netlogon_samlogon_response(DATA_BLOB
*data
, TALLOC_CTX
*mem_ctx
,
16 struct netlogon_samlogon_response
*response
);
17 NTSTATUS
pull_netlogon_samlogon_response(DATA_BLOB
*data
, TALLOC_CTX
*mem_ctx
,
18 struct netlogon_samlogon_response
*response
);
19 void map_netlogon_samlogon_response(struct netlogon_samlogon_response
*response
);
20 NTSTATUS
push_nbt_netlogon_response(DATA_BLOB
*data
, TALLOC_CTX
*mem_ctx
,
21 struct nbt_netlogon_response
*response
);
22 NTSTATUS
pull_nbt_netlogon_response(DATA_BLOB
*data
, TALLOC_CTX
*mem_ctx
,
23 struct nbt_netlogon_response
*response
);
24 #undef _PRINTF_ATTRIBUTE
25 #define _PRINTF_ATTRIBUTE(a1, a2)
27 #endif /* _____LIBCLI_NETLOGON_PROTO_H__ */