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

Last change on this file since 201 was 139, checked in by Paul Smedley, 17 years ago

Add missing file

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 bool rid_crypt,
28 enum netr_SamDatabaseID database_id,
29 struct netr_DELTA_ENUM_ARRAY *r);
30
31/* The following definitions come from librpc/gen_ndr/ndr_libnet_join.c */
32
33_PUBLIC_ void ndr_print_libnet_JoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_JoinCtx *r);
34_PUBLIC_ void ndr_print_libnet_UnjoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_UnjoinCtx *r);
35
36#endif /* _LIBNET_PROTO_H_ */
Note: See TracBrowser for help on using the repository browser.