summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-02 08:38:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:03 -0500
commitd7248b6cfa4d6e639d92afdd092136d900d90e19 (patch)
treef03f91ee214204596e5552e4bf4d41675b003b64 /source/include
parent5d16aa61c6c5e284f6ff742dbf686493e4539c79 (diff)
downloadsamba-d7248b6cfa4d6e639d92afdd092136d900d90e19.tar.gz
samba-d7248b6cfa4d6e639d92afdd092136d900d90e19.tar.xz
samba-d7248b6cfa4d6e639d92afdd092136d900d90e19.zip
r19028: Implement getprinterinfo level 6 (only the status) and get rid of snum in the
getprinter calls. Survives the RPC-SAMBA3-SPOOLSS test which I will activate when the Samba4 build farm has picked it up. Volker
Diffstat (limited to 'source/include')
-rwxr-xr-xsource/include/rpc_spoolss.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/rpc_spoolss.h b/source/include/rpc_spoolss.h
index ecc50bd8aae..069d2b3bf74 100755
--- a/source/include/rpc_spoolss.h
+++ b/source/include/rpc_spoolss.h
@@ -984,6 +984,12 @@ typedef struct printer_info_5
}
PRINTER_INFO_5;
+typedef struct printer_info_6
+{
+ uint32 status;
+}
+PRINTER_INFO_6;
+
#define SPOOL_DS_PUBLISH 1
#define SPOOL_DS_UPDATE 2
#define SPOOL_DS_UNPUBLISH 4