summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_ep.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-07-01 14:39:58 +0200
committerAndreas Schneider <asn@samba.org>2011-08-01 08:50:35 +0200
commit02cdb65fc67954e3811349021563f496fc282f7b (patch)
treeb95f4876944235f71dd67df02216ef26cb4f6d5d /source3/librpc/rpc/dcerpc_ep.h
parent9cc6f904240897c81caf78b2c228b776b553ce63 (diff)
downloadsamba-02cdb65fc67954e3811349021563f496fc282f7b.tar.gz
samba-02cdb65fc67954e3811349021563f496fc282f7b.tar.bz2
samba-02cdb65fc67954e3811349021563f496fc282f7b.zip
s3-librpc: Add dcerpc_binding_vector_replace_iface().
Diffstat (limited to 'source3/librpc/rpc/dcerpc_ep.h')
-rw-r--r--source3/librpc/rpc/dcerpc_ep.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.h b/source3/librpc/rpc/dcerpc_ep.h
index c982ff853c..ba1e688e6c 100644
--- a/source3/librpc/rpc/dcerpc_ep.h
+++ b/source3/librpc/rpc/dcerpc_ep.h
@@ -95,6 +95,18 @@ NTSTATUS dcerpc_binding_vector_add_unix(const struct ndr_interface_table *iface,
struct dcerpc_binding_vector *dcerpc_binding_vector_dup(TALLOC_CTX *mem_ctx,
const struct dcerpc_binding_vector *bvec);
+/**
+ * @brief Replace the interface of the bindings in the vector.
+ *
+ * @param[in] iface The new interface identifier to use.
+ *
+ * @param[in] v The binding vector to change.
+ *
+ * @return An NTSTATUS error code.
+ */
+NTSTATUS dcerpc_binding_vector_replace_iface(const struct ndr_interface_table *iface,
+ struct dcerpc_binding_vector *v);
+
NTSTATUS dcerpc_binding_vector_create(TALLOC_CTX *mem_ctx,
const struct ndr_interface_table *iface,
uint16_t port,