From 48a3e00224cf3dbfc903c99d6110a09a5efabca4 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 25 Jul 2000 21:07:46 +0000 Subject: some initial code for AddPrinterEx() project. Most is ifdef'd out 'cause it's not all written. -jerry (This used to be commit 2c0f6bcc8f926ee9c17de12671075e8a9239bb94) --- source3/rpcclient/spoolss_cmds.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/rpcclient/spoolss_cmds.c') 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, + " Spool AddPrinterEx()", + {NULL, NULL}}, /* * oop! */ -- cgit