diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 2 | ||||
-rw-r--r-- | source3/include/proto.h | 1 |
2 files changed, 1 insertions, 2 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; diff --git a/source3/include/proto.h b/source3/include/proto.h index 3c3d5018df..209bc0704e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8825,7 +8825,6 @@ void free_pipe_rpc_context( PIPE_RPC_FNS *list ); bool api_pipe_request(pipes_struct *p); bool api_rpcTNP(pipes_struct *p, const char *rpc_name, const struct api_struct *api_rpc_cmds, int n_cmds); -void get_pipe_fns( int idx, struct api_struct **fns, int *n_fns ); /* The following definitions come from rpc_server/srv_pipe_hnd.c */ |