git add -f bin/default/librpc/gen_ndr/*.[ch] bin/default/source*/librpc/gen_ndr/...
[metze/samba/wip.git] / bin.gen_ndr / default / source4 / librpc / gen_ndr / ndr_winsrepl.h
1 /* header auto-generated by pidl */
2
3 #include "librpc/ndr/libndr.h"
4 #include "bin/default/source4/librpc/gen_ndr/winsrepl.h"
5
6 #ifndef _HEADER_NDR_wrepl
7 #define _HEADER_NDR_wrepl
8
9 #include "../libcli/nbt/libnbt.h"
10 #define NDR_WREPL_UUID "915f5653-bac1-431c-97ee-9ffb34526921"
11 #define NDR_WREPL_VERSION 0.0
12 #define NDR_WREPL_NAME "wrepl"
13 #define NDR_WREPL_HELPSTRING "WINS Replication PDUs"
14 extern const struct ndr_interface_table ndr_table_wrepl;
15 #define NDR_DECODE_WINSREPL (0x00)
16
17 #define NDR_WREPL_CALL_COUNT (1)
18 void ndr_print_wrepl_ip(struct ndr_print *ndr, const char *name, const struct wrepl_ip *r);
19 void ndr_print_wrepl_address_list(struct ndr_print *ndr, const char *name, const struct wrepl_address_list *r);
20 void ndr_print_wrepl_addresses(struct ndr_print *ndr, const char *name, const union wrepl_addresses *r);
21 void ndr_print_wrepl_flags(struct ndr_print *ndr, const char *name, uint32_t r);
22 void ndr_print_wrepl_group_flag(struct ndr_print *ndr, const char *name, enum wrepl_group_flag r);
23 void ndr_print_wrepl_wins_name(struct ndr_print *ndr, const char *name, const struct wrepl_wins_name *r);
24 void ndr_print_wrepl_send_reply(struct ndr_print *ndr, const char *name, const struct wrepl_send_reply *r);
25 void ndr_print_wrepl_wins_owner(struct ndr_print *ndr, const char *name, const struct wrepl_wins_owner *r);
26 void ndr_print_wrepl_table(struct ndr_print *ndr, const char *name, const struct wrepl_table *r);
27 void ndr_print_wrepl_replication_cmd(struct ndr_print *ndr, const char *name, enum wrepl_replication_cmd r);
28 void ndr_print_wrepl_replication_info(struct ndr_print *ndr, const char *name, const union wrepl_replication_info *r);
29 void ndr_print_wrepl_replication(struct ndr_print *ndr, const char *name, const struct wrepl_replication *r);
30 void ndr_print_wrepl_start(struct ndr_print *ndr, const char *name, const struct wrepl_start *r);
31 void ndr_print_wrepl_stop(struct ndr_print *ndr, const char *name, const struct wrepl_stop *r);
32 void ndr_print_wrepl_mess_type(struct ndr_print *ndr, const char *name, enum wrepl_mess_type r);
33 void ndr_print_wrepl_message(struct ndr_print *ndr, const char *name, const union wrepl_message *r);
34 enum ndr_err_code ndr_push_wrepl_packet(struct ndr_push *ndr, int ndr_flags, const struct wrepl_packet *r);
35 enum ndr_err_code ndr_pull_wrepl_packet(struct ndr_pull *ndr, int ndr_flags, struct wrepl_packet *r);
36 void ndr_print_wrepl_packet(struct ndr_print *ndr, const char *name, const struct wrepl_packet *r);
37 size_t ndr_size_wrepl_packet(const struct wrepl_packet *r, int flags);
38 enum ndr_err_code ndr_push_wrepl_wrap(struct ndr_push *ndr, int ndr_flags, const struct wrepl_wrap *r);
39 enum ndr_err_code ndr_pull_wrepl_wrap(struct ndr_pull *ndr, int ndr_flags, struct wrepl_wrap *r);
40 void ndr_print_wrepl_wrap(struct ndr_print *ndr, const char *name, const struct wrepl_wrap *r);
41 void ndr_print_decode_winsrepl(struct ndr_print *ndr, const char *name, int flags, const struct decode_winsrepl *r);
42 #endif /* _HEADER_NDR_wrepl */