From dc02f81650abc7545d083262afb1c99b6398f58f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 May 2003 16:28:42 +0000 Subject: Update for new API. Fixes bug #89 (This used to be commit 2e894f279c4517bcaddb14e42d9bd732117b7694) --- docs/docbook/devdoc/rpc_plugin.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docbook/devdoc/rpc_plugin.xml b/docs/docbook/devdoc/rpc_plugin.xml index c83742a247..287e35b0be 100644 --- a/docs/docbook/devdoc/rpc_plugin.xml +++ b/docs/docbook/devdoc/rpc_plugin.xml @@ -50,12 +50,17 @@ rpc_pipe_register_commands(). This function takes the following arguments: -int rpc_pipe_register_commands(const char *clnt, const char *srv, +NTSTATUS rpc_pipe_register_commands(int version, const char *clnt, const char *srv, const struct api_struct *cmds, int size); +version +Version number of the RPC interface. Use the define SMB_RPC_INTERFACE_VERSION for this +argument. + + clnt the Client name of the named pipe -- cgit