From 6b4cac2c00bd77c34bfe47f35729a60782b8c9c2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 21 Feb 2005 13:54:06 +0000 Subject: r5489: hide handwritten pull/push/print code from the caller for the spoolss_Enum* functions metze (This used to be commit bfcc86e706cf32672323eda939e5def6694509a8) --- source4/include/structs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/include') 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; -- cgit