summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_ep.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-06-30 11:56:11 +0200
committerAndreas Schneider <asn@samba.org>2011-08-01 08:50:35 +0200
commitc810e475194775c63f32c4efeb9a505d9647b2bc (patch)
treef209f30e0ca290753de833826a7267098781116a /source3/librpc/rpc/dcerpc_ep.h
parent08523ed6b8105aee97225bdf389bd029754aacb1 (diff)
downloadsamba-c810e475194775c63f32c4efeb9a505d9647b2bc.tar.gz
samba-c810e475194775c63f32c4efeb9a505d9647b2bc.tar.bz2
samba-c810e475194775c63f32c4efeb9a505d9647b2bc.zip
s3-librpc: Add dcerpc_binding_vector_add_np_default().
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 61b85e23dc..b8ea7abeb4 100644
--- a/source3/librpc/rpc/dcerpc_ep.h
+++ b/source3/librpc/rpc/dcerpc_ep.h
@@ -38,6 +38,18 @@ struct dcerpc_binding_vector {
NTSTATUS dcerpc_binding_vector_new(TALLOC_CTX *mem_ctx,
struct dcerpc_binding_vector **pbvec);
+/**
+ * @brief Add default named pipes to the binding vector.
+ *
+ * @param[in] iface The rpc interface to add.
+ *
+ * @param[in] bvec The binding vector to add the interface.
+ *
+ * @return An NTSTATUS error code.
+ */
+NTSTATUS dcerpc_binding_vector_add_np_default(const struct ndr_interface_table *iface,
+ struct dcerpc_binding_vector *bvec);
+
NTSTATUS dcerpc_binding_vector_create(TALLOC_CTX *mem_ctx,
const struct ndr_interface_table *iface,
uint16_t port,