summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-04-02 06:51:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:23 -0500
commit3abce73193dcc393fee5ca6e326678009e87cbd7 (patch)
treeb8d95131444612aa46964eb56335bc508b241889 /source4/include
parent0ba6108bcdd07d32443c3c6608f5e0f74d67cfc1 (diff)
downloadsamba-3abce73193dcc393fee5ca6e326678009e87cbd7.tar.gz
samba-3abce73193dcc393fee5ca6e326678009e87cbd7.tar.bz2
samba-3abce73193dcc393fee5ca6e326678009e87cbd7.zip
r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need
a handle as parameter, EnumPorts EnumPrinterDrivers EnumMonitors EnumPrintProcessors EnumPrinters we now do cross checks between the different info levels and sore the results in a global context, so that we later can add cross checks between the different object types - add idl for EnumMonitors and EnumPrintProcessors metze (This used to be commit 92a3721bc7a28d521090b10eb3b1eed089036432)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index c11a2a054b..c69bc87fa7 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -28,6 +28,8 @@ struct spoolss_EnumForms;
struct spoolss_EnumJobs;
struct spoolss_EnumPrinterDrivers;
struct spoolss_EnumPorts;
+struct spoolss_EnumMonitors;
+struct spoolss_EnumPrintProcessors;
struct drsuapi_DsReplicaObjectListItem;
struct drsuapi_DsReplicaObjectListItemEx;