summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_dfsblobs_c.h
blob: 282f0e85a7cd0a1d35b1b44b39e0775ce6045442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "librpc/rpc/dcerpc.h"
#include "librpc/gen_ndr/dfsblobs.h"
#ifndef _HEADER_RPC_dfsblobs
#define _HEADER_RPC_dfsblobs

extern const struct ndr_interface_table ndr_table_dfsblobs;

struct tevent_req *dcerpc_dfs_GetDFSReferral_r_send(TALLOC_CTX *mem_ctx,
	struct tevent_context *ev,
	struct dcerpc_binding_handle *h,
	struct dfs_GetDFSReferral *r);
NTSTATUS dcerpc_dfs_GetDFSReferral_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx);
NTSTATUS dcerpc_dfs_GetDFSReferral_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct dfs_GetDFSReferral *r);
struct tevent_req *dcerpc_dfs_GetDFSReferral_send(TALLOC_CTX *mem_ctx,
						  struct tevent_context *ev,
						  struct dcerpc_binding_handle *h,
						  struct dfs_GetDFSReferral_in _req /* [in]  */,
						  struct dfs_referral_resp *_resp /* [out] [ref] */);
NTSTATUS dcerpc_dfs_GetDFSReferral_recv(struct tevent_req *req,
					TALLOC_CTX *mem_ctx);
NTSTATUS dcerpc_dfs_GetDFSReferral(struct dcerpc_binding_handle *h,
				   TALLOC_CTX *mem_ctx,
				   struct dfs_GetDFSReferral_in _req /* [in]  */,
				   struct dfs_referral_resp *_resp /* [out] [ref] */);

#endif /* _HEADER_RPC_dfsblobs */