diff options
Diffstat (limited to 'include/X11/ICE/ICEmsg.h')
-rw-r--r-- | include/X11/ICE/ICEmsg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/X11/ICE/ICEmsg.h b/include/X11/ICE/ICEmsg.h index 99976b5..94b1a00 100644 --- a/include/X11/ICE/ICEmsg.h +++ b/include/X11/ICE/ICEmsg.h @@ -26,12 +26,17 @@ 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 $ */ #ifndef _ICEMSG_H_ #define _ICEMSG_H_ +#include <X11/Xfuncproto.h> + #include <X11/ICE/ICEconn.h> +_XFUNCPROTOBEGIN + /* * Function prototypes for internal ICElib functions */ @@ -299,4 +304,6 @@ extern void _IceErrorBadValue ( _IceRead (_iceConn, (unsigned long) (_bytes), _dummy); \ } +_XFUNCPROTOEND + #endif /* _ICEMSG_H_ */ |