summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-26 11:25:24 +0200
committerVolker Lendecke <vl@samba.org>2008-07-26 11:25:24 +0200
commit042600cbac2856b88b29b5589caebed9d699a8a3 (patch)
tree9a83294c7298716f52e3135ef2a066da259eaeb7 /source3/include
parent0fdffbc9595ac32969fbb30bc403b426af7a82d3 (diff)
downloadsamba-042600cbac2856b88b29b5589caebed9d699a8a3.tar.gz
samba-042600cbac2856b88b29b5589caebed9d699a8a3.tar.bz2
samba-042600cbac2856b88b29b5589caebed9d699a8a3.zip
Make api_rpcTNP static to srv_pipe.c
(This used to be commit 256c93a8b3d4d9a4e52a656c91b89a043a087066)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f31eee81a0..47986ee5ef 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -8826,8 +8826,6 @@ bool api_pipe_schannel_process(pipes_struct *p, prs_struct *rpc_in, uint32 *p_ss
struct current_user *get_current_user(struct current_user *user, pipes_struct *p);
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);
/* The following definitions come from rpc_server/srv_pipe_hnd.c */