From: Günther Deschner Date: Sat, 12 Feb 2011 02:09:41 +0000 (+0100) Subject: s3-librpc: no need to globally include endpointmapper headers. X-Git-Tag: tevent-0.9.11~676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3ea56ae16a35adc974287b83d6061ce5ffe454e;p=thirdparty%2Fsamba.git s3-librpc: no need to globally include endpointmapper headers. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Feb 14 12:31:56 CET 2011 on sn-devel-104 --- diff --git a/source3/include/smb.h b/source3/include/smb.h index f99bf599792..6d0af8e7e3d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -171,7 +171,6 @@ typedef union unid_t { |LOOKUP_NAME_WKN\ |LOOKUP_NAME_DOMAIN) -#include "librpc/gen_ndr/epmapper.h" #include "librpc/gen_ndr/dcerpc.h" #include "librpc/gen_ndr/security.h" diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index 4748f00e50d..0f900871d19 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);