summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-16 00:03:49 +0200
committerVolker Lendecke <vl@samba.org>2008-07-18 15:04:05 +0200
commitbcb652451b6360b0de595c13961b11134097f3bb (patch)
treef9a00d32e1c0c79d21fa7480ecb1473ed08bb1f6 /source3/include/ntdomain.h
parentf52b17f25cf2b332433562bfe998b1469ac1ed66 (diff)
downloadsamba-bcb652451b6360b0de595c13961b11134097f3bb.tar.gz
samba-bcb652451b6360b0de595c13961b11134097f3bb.tar.bz2
samba-bcb652451b6360b0de595c13961b11134097f3bb.zip
Simplify the RPC servers: remove get_pipe_fns
The per-server xxx_get_pipe_fns functions can go once all the RPC servers are converted (This used to be commit 6aa2391cbe1cbda8269ded767117f53d83b243e1)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 1829b19c77..23bbe9aba2 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -157,7 +157,7 @@ typedef struct pipe_rpc_fns {
/* RPC function table associated with the current rpc_bind (associated by context) */
- struct api_struct *cmds;
+ const struct api_struct *cmds;
int n_cmds;
uint32 context_id;