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

tpot at samba.org tpot at samba.org
Sun Oct 31 05:45:05 GMT 2004


Author: tpot
Date: 2004-10-31 05:45:05 +0000 (Sun, 31 Oct 2004)
New Revision: 3404

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

Log:
Rename name of DATA_BLOB in GetPrinterData()

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-10-31 04:41:57 UTC (rev 3403)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-10-31 05:45:05 UTC (rev 3404)
@@ -785,7 +785,7 @@
 		[out]	 lstring value_name,
 		[out]	 uint32 value_needed,
 		[out]    uint32 printerdata_type,
-		[out]    DATA_BLOB data,
+		[out]    DATA_BLOB buffer,
 		[in,out,ref] uint32 *data_size
 	);
 



More information about the samba-cvs mailing list