summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-23 09:48:53 +0100
committerGünther Deschner <gd@samba.org>2014-02-11 16:02:14 +0100
commit1137d62d9d1f67d2721d3fc63f5770477d42dcec (patch)
tree89eafc502444abcb012e305eb16cb635720970d9
parent1fd484270153ba8d47e95b8961db175d50b8b9cb (diff)
downloadsamba-1137d62d9d1f67d2721d3fc63f5770477d42dcec.tar.gz
samba-1137d62d9d1f67d2721d3fc63f5770477d42dcec.tar.xz
samba-1137d62d9d1f67d2721d3fc63f5770477d42dcec.zip
s4:librpc/rpc: add forward declaration for struct resolve_context
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
-rw-r--r--source4/librpc/rpc/dcerpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index a0409dee38..082700286b 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -37,6 +37,7 @@ struct tevent_req;
struct dcerpc_binding_handle;
struct tstream_context;
struct ndr_interface_table;
+struct resolve_context;
/*
this defines a generic security context for signed/sealed dcerpc pipes.