summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-05 21:35:36 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-04-05 21:35:36 +1100
commitcb98235a833bd3e67902ffe4d4a90801c5e75ada (patch)
tree62da39ce25136297e84a18b391124155fbb5a063 /source4/librpc/rpc/dcerpc.h
parent9f96f39ca095a5f450f673e607a72efed504fdad (diff)
parentfaa3dec34a67b59fc7e733a2ce3a9d9f2cb34b2d (diff)
downloadsamba-cb98235a833bd3e67902ffe4d4a90801c5e75ada.tar.gz
samba-cb98235a833bd3e67902ffe4d4a90801c5e75ada.tar.bz2
samba-cb98235a833bd3e67902ffe4d4a90801c5e75ada.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 7355055569654f5d4876034fa86fa70d0417dcf8)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index c4a48a1119..805f5463a9 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -358,5 +358,9 @@ NTSTATUS dcerpc_ndr_request(struct dcerpc_pipe *p,
TALLOC_CTX *mem_ctx,
void *r);
+NTSTATUS dcerpc_binding_from_tower(TALLOC_CTX *mem_ctx,
+ struct epm_tower *tower,
+ struct dcerpc_binding **b_out);
+
#endif /* __DCERPC_H__ */