summaryrefslogtreecommitdiff
path: root/source/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
commit6aa2391cbe1cbda8269ded767117f53d83b243e1 (patch)
treedfa4fb3a38688ecb8966c8dba146801dd74f6fa1 /source/include/ntdomain.h
parent3ab2e7fada1f31e87337065b5bc30a7b92a6d117 (diff)
downloadsamba-6aa2391cbe1cbda8269ded767117f53d83b243e1.tar.gz
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
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 1829b19c772..23bbe9aba26 100644
--- a/source/include/ntdomain.h
+++ b/source/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;