svn commit: samba r7183 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Thu Jun 2 00:20:55 GMT 2005


Author: metze
Date: 2005-06-02 00:20:54 +0000 (Thu, 02 Jun 2005)
New Revision: 7183

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7183

Log:
add some forward declarations ...

metze
Modified:
   branches/SAMBA_4_0/source/include/structs.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/structs.h
===================================================================
--- branches/SAMBA_4_0/source/include/structs.h	2005-06-02 00:19:57 UTC (rev 7182)
+++ branches/SAMBA_4_0/source/include/structs.h	2005-06-02 00:20:54 UTC (rev 7183)
@@ -30,6 +30,13 @@
 struct spoolss_EnumPorts;
 struct spoolss_EnumMonitors;
 struct spoolss_EnumPrintProcessors;
+union spoolss_PrinterInfo;
+union spoolss_JobInfo;
+union spoolss_DriverInfo;
+union spoolss_FormInfo;
+union spoolss_PortInfo;
+union spoolss_MonitorInfo;
+union spoolss_PrintProcessorInfo;
 
 struct drsuapi_DsReplicaObjectListItem;
 struct drsuapi_DsReplicaObjectListItemEx;



More information about the samba-cvs mailing list