summaryrefslogtreecommitdiff
path: root/source3/include
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
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')
-rw-r--r--source3/include/ntdomain.h2
-rw-r--r--source3/include/proto.h1
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 */