summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-02-18 01:55:50 +0000
committerMartin Pool <mbp@samba.org>2003-02-18 01:55:50 +0000
commit7741d66b185da4b8e55a256f6d7da518de2cd592 (patch)
tree0a350b866e40b16f3e8ccc28395d53ab8372a61f /source3/rpcclient
parent05e3070b23c2ae4432a2243b31c3d89229fff979 (diff)
downloadsamba-7741d66b185da4b8e55a256f6d7da518de2cd592.tar.gz
samba-7741d66b185da4b8e55a256f6d7da518de2cd592.tar.bz2
samba-7741d66b185da4b8e55a256f6d7da518de2cd592.zip
Doxygen janitor. No other changes.
(This used to be commit 735c99dadbaffbb53662890e3dc8a668b211da9d)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_spoolss.c9
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.