|
Last change
on this file since 482 was 206, checked in by Herwig Bauernfeind, 17 years ago |
|
Import Samba 3.3 branch at 3.0.0 level (psmedley's port)
|
|
File size:
1.1 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 |
|
|---|
| 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)
|
|---|
| 26 |
|
|---|
| 27 | #endif /* _____LIBCLI_NETLOGON_PROTO_H__ */
|
|---|
| 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.