summaryrefslogtreecommitdiff
path: root/source3/rpcclient/spoolss_cmds.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-07-25 21:07:46 +0000
committerGerald Carter <jerry@samba.org>2000-07-25 21:07:46 +0000
commit48a3e00224cf3dbfc903c99d6110a09a5efabca4 (patch)
tree7caac71c89482ecb5ec2517d4105af84dea089bf /source3/rpcclient/spoolss_cmds.c
parent5a98f9cb35835efdfe384b82e31e319276496ef4 (diff)
downloadsamba-48a3e00224cf3dbfc903c99d6110a09a5efabca4.tar.gz
samba-48a3e00224cf3dbfc903c99d6110a09a5efabca4.tar.bz2
samba-48a3e00224cf3dbfc903c99d6110a09a5efabca4.zip
some initial code for AddPrinterEx() project. Most is ifdef'd out
'cause it's not all written. -jerry (This used to be commit 2c0f6bcc8f926ee9c17de12671075e8a9239bb94)
Diffstat (limited to 'source3/rpcclient/spoolss_cmds.c')
-rw-r--r--source3/rpcclient/spoolss_cmds.c4
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!
*/