summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-03 02:28:31 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-03 02:28:31 +0200
commitadc09857420c4a9306148e8d15ff5faf633ba7a5 (patch)
tree4e0112436d3decb1aaaac5217d39af10f35b721d /source4/librpc/rpc/dcerpc.h
parent8495d17c1a97489a75b777d79e69f9680267fd28 (diff)
downloadsamba-adc09857420c4a9306148e8d15ff5faf633ba7a5.tar.gz
samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.tar.bz2
samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.zip
Install libevents since it's required by samba-gtk.
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
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__ */