| 1 | #ifndef _LIBNET_PROTO_H_
|
|---|
| 2 | #define _LIBNET_PROTO_H_
|
|---|
| 3 |
|
|---|
| 4 | /* This file is automatically generated with "make proto". DO NOT EDIT */
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | /* The following definitions come from libnet/libnet_join.c */
|
|---|
| 8 |
|
|---|
| 9 | NTSTATUS libnet_join_ok(const char *netbios_domain_name,
|
|---|
| 10 | const char *machine_name,
|
|---|
| 11 | const char *dc_name);
|
|---|
| 12 | WERROR libnet_init_JoinCtx(TALLOC_CTX *mem_ctx,
|
|---|
| 13 | struct libnet_JoinCtx **r);
|
|---|
| 14 | WERROR libnet_init_UnjoinCtx(TALLOC_CTX *mem_ctx,
|
|---|
| 15 | struct libnet_UnjoinCtx **r);
|
|---|
| 16 | WERROR libnet_join_rollback(TALLOC_CTX *mem_ctx,
|
|---|
| 17 | struct libnet_JoinCtx *r);
|
|---|
| 18 | WERROR libnet_Join(TALLOC_CTX *mem_ctx,
|
|---|
| 19 | struct libnet_JoinCtx *r);
|
|---|
| 20 | WERROR libnet_Unjoin(TALLOC_CTX *mem_ctx,
|
|---|
| 21 | struct libnet_UnjoinCtx *r);
|
|---|
| 22 |
|
|---|
| 23 | /* The following definitions come from libnet/libnet_samsync.c */
|
|---|
| 24 |
|
|---|
| 25 | NTSTATUS samsync_fix_delta_array(TALLOC_CTX *mem_ctx,
|
|---|
| 26 | DATA_BLOB *session_key,
|
|---|
| 27 | enum netr_SamDatabaseID database_id,
|
|---|
| 28 | struct netr_DELTA_ENUM_ARRAY *r);
|
|---|
| 29 |
|
|---|
| 30 | /* The following definitions come from librpc/gen_ndr/ndr_libnet_join.c */
|
|---|
| 31 |
|
|---|
| 32 | _PUBLIC_ void ndr_print_libnet_JoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_JoinCtx *r);
|
|---|
| 33 | _PUBLIC_ void ndr_print_libnet_UnjoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_UnjoinCtx *r);
|
|---|
| 34 |
|
|---|
| 35 | #endif /* _LIBNET_PROTO_H_ */
|
|---|