summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:46 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:46 +0000
commit72e353567f8927996a26e72848d86f692c3f0737 (patch)
treeb8a8241378b752cbc7ef7041ac8100fedc7239c4 /include
parentee452992357329f7af846eba8f5bbe61c5d27bfa (diff)
downloadxorg-lib-libICE-72e353567f8927996a26e72848d86f692c3f0737.tar.gz
Diffstat (limited to 'include')
-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_ */