diff options
author | Martin Pool <mbp@samba.org> | 2003-02-18 01:55:50 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-18 01:55:50 +0000 |
commit | 7741d66b185da4b8e55a256f6d7da518de2cd592 (patch) | |
tree | 0a350b866e40b16f3e8ccc28395d53ab8372a61f | |
parent | 05e3070b23c2ae4432a2243b31c3d89229fff979 (diff) | |
download | samba-7741d66b185da4b8e55a256f6d7da518de2cd592.tar.gz samba-7741d66b185da4b8e55a256f6d7da518de2cd592.tar.bz2 samba-7741d66b185da4b8e55a256f6d7da518de2cd592.zip |
Doxygen janitor. No other changes.
(This used to be commit 735c99dadbaffbb53662890e3dc8a668b211da9d)
-rw-r--r-- | source3/rpcclient/cmd_spoolss.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index 0ec94c9979..66f2e8dc99 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/rpcclient/cmd_spoolss.c @@ -41,6 +41,15 @@ static const struct table_node archi_table[]= { {NULL, "", -1 } }; +/** + * @file + * + * rpcclient module for SPOOLSS rpc pipe. + * + * This generally just parses and checks command lines, and then calls + * a cli_spoolss function. + **/ + /**************************************************************************** function to do the mapping between the long architecture name and the short one. |