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

tpot at samba.org tpot at samba.org
Mon Nov 1 11:34:55 GMT 2004


Author: tpot
Date: 2004-11-01 11:34:54 +0000 (Mon, 01 Nov 2004)
New Revision: 3429

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

Log:
Fix IDL for EnumPrinterDataEx()

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	2004-11-01 10:30:34 UTC (rev 3428)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-11-01 11:34:54 UTC (rev 3429)
@@ -836,7 +836,11 @@
 	/******************/
 	/* Function: 0x4f */
 	WERROR spoolss_EnumPrinterDataEx(
-		[in,ref] policy_handle *handle
+		[in,ref] policy_handle *handle,
+		[in] unistr key_name,
+		[out] DATA_BLOB buffer,
+		[in,out] uint32 buf_size,
+		[out] uint32 count
 	);
 
 	/******************/



More information about the samba-cvs mailing list