diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-05 18:40:38 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-05 18:40:38 +0000 |
commit | c86edef90e7c96d5a99be29e2d2a3679ed26d97d (patch) | |
tree | d3a7af0fedf295e6f588df29d68009ca472ae073 /source/rpcclient | |
parent | 51747ecf6adbb89695a1a8b8fbb98e9f6b7d2290 (diff) | |
download | samba-c86edef90e7c96d5a99be29e2d2a3679ed26d97d.tar.gz samba-c86edef90e7c96d5a99be29e2d2a3679ed26d97d.tar.xz samba-c86edef90e7c96d5a99be29e2d2a3679ed26d97d.zip |
experimental spoolss rpcclient commands
Diffstat (limited to 'source/rpcclient')
-rw-r--r-- | source/rpcclient/rpcclient.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c index f5b23c018ba..cb6ea0529db 100644 --- a/source/rpcclient/rpcclient.c +++ b/source/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, |