From 889ff32b5eb6ac60bc6f490ceb85dceee77c18d9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 3 Mar 2006 20:49:31 +0000 Subject: r13824: * add api table for Xcv TCPMON and LOCALMON calls starting with the "MonitorUI" call * Fix some parsing errors This gets us to the Add Port Wizard dialog. (This used to be commit a444aa7f0088fb71ff89df8c280209188b33ec3d) --- source3/include/rpc_spoolss.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 75fe021a68..f2f789a49e 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -2185,8 +2185,8 @@ typedef struct spool_q_xcvdataport { typedef struct spool_r_xcvdataport { RPC_BUFFER outdata; - uint32 *unknown1; - uint32 *unknown2; + uint32 needed; + uint32 unknown; WERROR status; } SPOOL_R_XCVDATAPORT; -- cgit