diff options
Diffstat (limited to 'source3/rpcclient/spoolss_cmds.c')
-rw-r--r-- | source3/rpcclient/spoolss_cmds.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/rpcclient/spoolss_cmds.c b/source3/rpcclient/spoolss_cmds.c index 630d2f2aa5..1041ae158c 100644 --- a/source3/rpcclient/spoolss_cmds.c +++ b/source3/rpcclient/spoolss_cmds.c @@ -68,6 +68,10 @@ static const struct command_set spl_commands[] = { {"spoolgetprinterdriverdir", cmd_spoolss_getprinterdriverdir, "Spool get printer driver directory", {NULL, NULL}}, + + {"spooladdprinter", cmd_spoolss_addprinterex, + "<name> <driver> Spool AddPrinterEx()", + {NULL, NULL}}, /* * oop! */ |