summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-03-03 20:49:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:56 -0500
commit889ff32b5eb6ac60bc6f490ceb85dceee77c18d9 (patch)
treebe4212721072ce356c7c234f8fa6ccf0f576791a /source3/include
parent2a7847ea378ca71e7901c1bed6fdcf87ff8f1d70 (diff)
downloadsamba-889ff32b5eb6ac60bc6f490ceb85dceee77c18d9.tar.gz
samba-889ff32b5eb6ac60bc6f490ceb85dceee77c18d9.tar.bz2
samba-889ff32b5eb6ac60bc6f490ceb85dceee77c18d9.zip
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)
Diffstat (limited to 'source3/include')
-rwxr-xr-xsource3/include/rpc_spoolss.h4
1 files changed, 2 insertions, 2 deletions
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;