diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:07 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:07 +0000 |
commit | c919c3d0b355ef67dfa0b511eb1da488e5786d1b (patch) | |
tree | 82797ec066f71df481017d8d967764a369d4470d /include/X11/ICE/ICEmsg.h | |
parent | 72e353567f8927996a26e72848d86f692c3f0737 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'include/X11/ICE/ICEmsg.h')
-rw-r--r-- | include/X11/ICE/ICEmsg.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/include/X11/ICE/ICEmsg.h b/include/X11/ICE/ICEmsg.h index 94b1a00..2146a6d 100644 --- a/include/X11/ICE/ICEmsg.h +++ b/include/X11/ICE/ICEmsg.h @@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. Author: Ralph Mor, X Consortium ******************************************************************************/ -/* $XFree86: xc/lib/ICE/ICEmsg.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */ +/* $XFree86: xc/lib/ICE/ICEmsg.h,v 1.5 2003/11/17 22:20:05 dawes Exp $ */ #ifndef _ICEMSG_H_ #define _ICEMSG_H_ @@ -42,65 +42,51 @@ _XFUNCPROTOBEGIN */ extern Status _IceRead ( -#if NeedFunctionPrototypes IceConn /* iceConn */, unsigned long /* nbytes */, char * /* ptr */ -#endif ); extern void _IceReadSkip ( -#if NeedFunctionPrototypes IceConn /* iceConn */, unsigned long /* nbytes */ -#endif ); extern void _IceWrite ( -#if NeedFunctionPrototypes IceConn /* iceConn */, unsigned long /* nbytes */, char * /* ptr */ -#endif ); extern void _IceErrorBadMinor ( -#if NeedFunctionPrototypes IceConn /* iceConn */, int /* majorOpcode */, int /* offendingMinor */, int /* severity */ -#endif ); extern void _IceErrorBadState ( -#if NeedFunctionPrototypes IceConn /* iceConn */, int /* majorOpcode */, int /* offendingMinor */, int /* severity */ -#endif ); extern void _IceErrorBadLength ( -#if NeedFunctionPrototypes IceConn /* iceConn */, int /* majorOpcode */, int /* offendingMinor */, int /* severity */ -#endif ); extern void _IceErrorBadValue ( -#if NeedFunctionPrototypes IceConn /* iceConn */, int /* majorOpcode */, int /* offendingMinor */, int /* offset */, int /* length */, IcePointer /* value */ -#endif ); |