source: branches/samba-3.2.x/source/libnet/libnet_proto.h

Last change on this file was 228, checked in by Herwig Bauernfeind, 16 years ago

Update 3.2 branch to 3.2.6

File size: 1.3 KB
Line 
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
9NTSTATUS libnet_join_ok(const char *netbios_domain_name,
10 const char *machine_name,
11 const char *dc_name);
12WERROR libnet_init_JoinCtx(TALLOC_CTX *mem_ctx,
13 struct libnet_JoinCtx **r);
14WERROR libnet_init_UnjoinCtx(TALLOC_CTX *mem_ctx,
15 struct libnet_UnjoinCtx **r);
16WERROR libnet_join_rollback(TALLOC_CTX *mem_ctx,
17 struct libnet_JoinCtx *r);
18WERROR libnet_Join(TALLOC_CTX *mem_ctx,
19 struct libnet_JoinCtx *r);
20WERROR libnet_Unjoin(TALLOC_CTX *mem_ctx,
21 struct libnet_UnjoinCtx *r);
22
23/* The following definitions come from libnet/libnet_samsync.c */
24
25NTSTATUS 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_ */
Note: See TracBrowser for help on using the repository browser.