mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3-librpc: no need to globally include endpointmapper headers.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 12:31:56 CET 2011 on sn-devel-104
This commit is contained in:
parent
80b4e1e985
commit
b3ea56ae16
@ -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"
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user