1 | /* header auto-generated by pidl */
|
---|
2 |
|
---|
3 | #include "librpc/ndr/libndr.h"
|
---|
4 | #include "../librpc/gen_ndr/misc.h"
|
---|
5 |
|
---|
6 | #ifndef _HEADER_NDR_misc
|
---|
7 | #define _HEADER_NDR_misc
|
---|
8 |
|
---|
9 | #define NDR_MISC_CALL_COUNT (0)
|
---|
10 | enum ndr_err_code ndr_push_GUID(struct ndr_push *ndr, int ndr_flags, const struct GUID *r);
|
---|
11 | enum ndr_err_code ndr_pull_GUID(struct ndr_pull *ndr, int ndr_flags, struct GUID *r);
|
---|
12 | void ndr_print_GUID(struct ndr_print *ndr, const char *name, const struct GUID *r);
|
---|
13 | size_t ndr_size_GUID(const struct GUID *r, struct smb_iconv_convenience *ic, int flags);
|
---|
14 | enum ndr_err_code ndr_push_ndr_syntax_id(struct ndr_push *ndr, int ndr_flags, const struct ndr_syntax_id *r);
|
---|
15 | enum ndr_err_code ndr_pull_ndr_syntax_id(struct ndr_pull *ndr, int ndr_flags, struct ndr_syntax_id *r);
|
---|
16 | void ndr_print_ndr_syntax_id(struct ndr_print *ndr, const char *name, const struct ndr_syntax_id *r);
|
---|
17 | enum ndr_err_code ndr_push_policy_handle(struct ndr_push *ndr, int ndr_flags, const struct policy_handle *r);
|
---|
18 | enum ndr_err_code ndr_pull_policy_handle(struct ndr_pull *ndr, int ndr_flags, struct policy_handle *r);
|
---|
19 | void ndr_print_policy_handle(struct ndr_print *ndr, const char *name, const struct policy_handle *r);
|
---|
20 | enum ndr_err_code ndr_push_netr_SchannelType(struct ndr_push *ndr, int ndr_flags, enum netr_SchannelType r);
|
---|
21 | enum ndr_err_code ndr_pull_netr_SchannelType(struct ndr_pull *ndr, int ndr_flags, enum netr_SchannelType *r);
|
---|
22 | void ndr_print_netr_SchannelType(struct ndr_print *ndr, const char *name, enum netr_SchannelType r);
|
---|
23 | enum ndr_err_code ndr_push_KRB5_EDATA_NTSTATUS(struct ndr_push *ndr, int ndr_flags, const struct KRB5_EDATA_NTSTATUS *r);
|
---|
24 | enum ndr_err_code ndr_pull_KRB5_EDATA_NTSTATUS(struct ndr_pull *ndr, int ndr_flags, struct KRB5_EDATA_NTSTATUS *r);
|
---|
25 | void ndr_print_KRB5_EDATA_NTSTATUS(struct ndr_print *ndr, const char *name, const struct KRB5_EDATA_NTSTATUS *r);
|
---|
26 | enum ndr_err_code ndr_push_winreg_Type(struct ndr_push *ndr, int ndr_flags, enum winreg_Type r);
|
---|
27 | enum ndr_err_code ndr_pull_winreg_Type(struct ndr_pull *ndr, int ndr_flags, enum winreg_Type *r);
|
---|
28 | void ndr_print_winreg_Type(struct ndr_print *ndr, const char *name, enum winreg_Type r);
|
---|
29 | enum ndr_err_code ndr_push_winreg_Data(struct ndr_push *ndr, int ndr_flags, const union winreg_Data *r);
|
---|
30 | enum ndr_err_code ndr_pull_winreg_Data(struct ndr_pull *ndr, int ndr_flags, union winreg_Data *r);
|
---|
31 | void ndr_print_winreg_Data(struct ndr_print *ndr, const char *name, const union winreg_Data *r);
|
---|
32 | #endif /* _HEADER_NDR_misc */
|
---|