summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/ICE/ICElib.h1
-rw-r--r--include/X11/ICE/ICEmsg.h7
-rw-r--r--include/X11/ICE/ICEutil.h7
3 files changed, 15 insertions, 0 deletions
diff --git a/include/X11/ICE/ICElib.h b/include/X11/ICE/ICElib.h
index 5385bf0..799899f 100644
--- a/include/X11/ICE/ICElib.h
+++ b/include/X11/ICE/ICElib.h
@@ -26,6 +26,7 @@ in this Software without prior written authorization from The Open Group.
Author: Ralph Mor, X Consortium
******************************************************************************/
+/* $XFree86: xc/lib/ICE/ICElib.h,v 3.4 2001/12/14 19:53:35 dawes Exp $ */
#ifndef _ICELIB_H_
#define _ICELIB_H_
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_ */
diff --git a/include/X11/ICE/ICEutil.h b/include/X11/ICE/ICEutil.h
index 0784a66..6b76b94 100644
--- a/include/X11/ICE/ICEutil.h
+++ b/include/X11/ICE/ICEutil.h
@@ -26,13 +26,18 @@ in this Software without prior written authorization from The Open Group.
Author: Ralph Mor, X Consortium
******************************************************************************/
+/* $XFree86: xc/lib/ICE/ICEutil.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */
#ifndef _ICEUTIL_H_
#define _ICEUTIL_H_
+#include <X11/Xfuncproto.h>
+
#include <stdio.h>
#include <X11/Xlib.h>
+_XFUNCPROTOBEGIN
+
/*
* Data structure for entry in ICE authority file
*/
@@ -135,4 +140,6 @@ extern void IceSetPaAuthData (
#endif
);
+_XFUNCPROTOEND
+
#endif /* _ICEUTIL_H_ */