svn commit: samba r5445 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Fri Feb 18 17:23:24 GMT 2005


Author: metze
Date: 2005-02-18 17:23:24 +0000 (Fri, 18 Feb 2005)
New Revision: 5445

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

Log:
move FormInfo1 struct to the place where it's used

metze

Modified:
   branches/SAMBA_4_0/source/librpc/idl/spoolss.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/spoolss.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2005-02-18 16:43:20 UTC (rev 5444)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2005-02-18 17:23:24 UTC (rev 5445)
@@ -100,17 +100,6 @@
 		[relative] nstring *comment;
 	} spoolss_PrinterInfo1;
 
-	typedef struct {
-		uint32 flags;
-		[relative] nstring *formname;
-		uint32 width;
-		uint32 length;
-		uint32 left;
-		uint32 top;
-		uint32 right;
-		uint32 bottom;
-	} spoolss_FormInfo1;
-
 	typedef [public] struct {
 		[relative] nstring *servername;
 		[relative] nstring *printername;
@@ -475,6 +464,17 @@
 
 	/******************/
 	/* Function: 0x20 */
+	typedef struct {
+		uint32 flags;
+		[relative] nstring *formname;
+		uint32 width;
+		uint32 length;
+		uint32 left;
+		uint32 top;
+		uint32 right;
+		uint32 bottom;
+	} spoolss_FormInfo1;
+
 	WERROR spoolss_GetForm(
 		[in,ref] policy_handle *handle,
 		[in] unistr formname,



More information about the samba-cvs mailing list