diff options
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index f5b23c018b..cb6ea0529d 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -232,6 +232,23 @@ commands[] = }, /* + * printer testing + */ + + { + "spoolgetprinterdata", + cmd_spoolss_getprinterdata, + "Spool Printer Data Test", + {COMPL_NONE, COMPL_NONE} + }, + { + "spoolgetprinter", + cmd_spoolss_getprinter, + "Spool Printer Test", + {COMPL_NONE, COMPL_NONE} + }, + + /* * server */ { @@ -240,7 +257,6 @@ commands[] = "Display remote time", {COMPL_NONE, COMPL_NONE} }, - { "wksinfo", cmd_wks_query_info, |