From b3ea56ae16a35adc974287b83d6061ce5ffe454e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 12 Feb 2011 03:09:41 +0100 Subject: s3-librpc: no need to globally include endpointmapper headers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Feb 14 12:31:56 CET 2011 on sn-devel-104 --- source3/librpc/rpc/dcerpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc/rpc/dcerpc.h') diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 4748f00e50..0f900871d1 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -101,6 +101,8 @@ struct dcerpc_binding { /* The following definitions come from librpc/rpc/binding.c */ +struct epm_floor; +struct epm_tower; const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor); _PUBLIC_ char *dcerpc_binding_string(TALLOC_CTX *mem_ctx, const struct dcerpc_binding *b); _PUBLIC_ NTSTATUS dcerpc_parse_binding(TALLOC_CTX *mem_ctx, const char *s, struct dcerpc_binding **b_out); -- cgit