summaryrefslogtreecommitdiff
path: root/source4/include/structs.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-02-21 13:54:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:50 -0500
commit6b4cac2c00bd77c34bfe47f35729a60782b8c9c2 (patch)
tree95830fc7941cd39c592a16e1d89104a4fae5b545 /source4/include/structs.h
parent9bec9cb6b86f4816b5477fe5b330ab5fa088b4a2 (diff)
downloadsamba-6b4cac2c00bd77c34bfe47f35729a60782b8c9c2.tar.gz
samba-6b4cac2c00bd77c34bfe47f35729a60782b8c9c2.tar.bz2
samba-6b4cac2c00bd77c34bfe47f35729a60782b8c9c2.zip
r5489: hide handwritten pull/push/print code from the caller
for the spoolss_Enum* functions metze (This used to be commit bfcc86e706cf32672323eda939e5def6694509a8)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r--source4/include/structs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index be52755d79..2aa70b1855 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -23,11 +23,11 @@
"scope is only this definition or declaration" warning
*/
-union spoolss_PrinterInfo;
-union spoolss_FormInfo;
-union spoolss_JobInfo;
-union spoolss_DriverInfo;
-union spoolss_PortInfo;
+struct spoolss_EnumPrinters;
+struct spoolss_EnumForms;
+struct spoolss_EnumJobs;
+struct spoolss_EnumPrinterDrivers;
+struct spoolss_EnumPorts;
struct MULTI_QI;
struct COSERVERINFO;