diff options
author | Tim Potter <tpot@samba.org> | 2002-01-06 03:49:28 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-06 03:49:28 +0000 |
commit | 009d7414d2f4dfbc681d3bcfadbe4e8fee6df62d (patch) | |
tree | 7a0a8a9d7a325bdf2b99058b846d63fa1a269ded | |
parent | 21881b9c35501b5ad7f79381a45a8712ac95703a (diff) | |
download | samba-009d7414d2f4dfbc681d3bcfadbe4e8fee6df62d.tar.gz samba-009d7414d2f4dfbc681d3bcfadbe4e8fee6df62d.tar.bz2 samba-009d7414d2f4dfbc681d3bcfadbe4e8fee6df62d.zip |
Define a rpc_client doc group.
(This used to be commit 87bc0a71ecb0fc047fec5e0d240045fab09dd5d0)
-rw-r--r-- | source3/libsmb/cli_pipe_util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/cli_pipe_util.c b/source3/libsmb/cli_pipe_util.c index 9521d817fa..d0028e83eb 100644 --- a/source3/libsmb/cli_pipe_util.c +++ b/source3/libsmb/cli_pipe_util.c @@ -21,6 +21,9 @@ #include "includes.h" +/** \defgroup rpc_client RPC Client routines + */ + /* Opens a SMB connection to a named pipe */ struct cli_state *cli_pipe_initialise(struct cli_state *cli, char *system_name, |