summaryrefslogtreecommitdiff
path: root/librpc/rpc/rpc_common.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-03-24 14:39:37 +0100
committerSimo Sorce <idra@samba.org>2011-03-24 14:57:12 -0400
commitf534dcdca3184a342df2d702663088a4afba6571 (patch)
treee820f26425265f0534ef5c02f7052daf9841c337 /librpc/rpc/rpc_common.h
parente8912b9ad31154adca4d2065b2986661a956a959 (diff)
downloadsamba-f534dcdca3184a342df2d702663088a4afba6571.tar.gz
samba-f534dcdca3184a342df2d702663088a4afba6571.tar.bz2
samba-f534dcdca3184a342df2d702663088a4afba6571.zip
librpc: Added a dcerpc_binding_dup() function.
Diffstat (limited to 'librpc/rpc/rpc_common.h')
-rw-r--r--librpc/rpc/rpc_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/rpc/rpc_common.h b/librpc/rpc/rpc_common.h
index d0ffe61c2a..44c3cfd39b 100644
--- a/librpc/rpc/rpc_common.h
+++ b/librpc/rpc/rpc_common.h
@@ -117,6 +117,8 @@ NTSTATUS dcerpc_fault_to_nt_status(uint32_t fault_code);
const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor);
const char *dcerpc_floor_get_rhs_data(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor);
enum dcerpc_transport_t dcerpc_transport_by_endpoint_protocol(int prot);
+struct dcerpc_binding *dcerpc_binding_dup(TALLOC_CTX *mem_ctx,
+ const struct dcerpc_binding *b);
NTSTATUS dcerpc_binding_build_tower(TALLOC_CTX *mem_ctx,
const struct dcerpc_binding *binding,
struct epm_tower *tower);