summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-06 21:54:51 +0100
committerVolker Lendecke <vl@samba.org>2009-01-06 21:57:01 +0100
commit1d427dcee069165462f9c8b75790e00b2d977ddf (patch)
treebc2636e36812d1682731eee6f350d738cd4ade52 /source3/include
parent958186df2a79c42ddb101059d5f1871327ad4088 (diff)
downloadsamba-1d427dcee069165462f9c8b75790e00b2d977ddf.tar.gz
samba-1d427dcee069165462f9c8b75790e00b2d977ddf.tar.bz2
samba-1d427dcee069165462f9c8b75790e00b2d977ddf.zip
Add some const to dcerpc_binding_build_tower()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c9185154f8..ec8f413d2f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2296,7 +2296,9 @@ _PUBLIC_ enum dcerpc_transport_t dcerpc_transport_by_tower(struct epm_tower *tow
_PUBLIC_ NTSTATUS dcerpc_binding_from_tower(TALLOC_CTX *mem_ctx,
struct epm_tower *tower,
struct dcerpc_binding **b_out);
-_PUBLIC_ NTSTATUS dcerpc_binding_build_tower(TALLOC_CTX *mem_ctx, struct dcerpc_binding *binding, struct epm_tower *tower);
+_PUBLIC_ NTSTATUS dcerpc_binding_build_tower(TALLOC_CTX *mem_ctx,
+ const struct dcerpc_binding *binding,
+ struct epm_tower *tower);
/* The following definitions come from librpc/rpc/dcerpc.c */