summaryrefslogtreecommitdiff
path: root/include/misc.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:01 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:01 +0000
commitadc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch)
tree23eb7becc5360b2cbe16aa8d45529880067f3989 /include/misc.h
parent90f1536dd315cd265bfc7ef35058761a65a01734 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'include/misc.h')
-rw-r--r--include/misc.h23
1 files changed, 5 insertions, 18 deletions
diff --git a/include/misc.h b/include/misc.h
index e3761c5ba..ffa65b31e 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/include/misc.h,v 3.28 2001/12/14 19:59:55 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/include/misc.h,v 3.29 2003/04/27 21:31:04 herrb Exp $ */
/***********************************************************
Copyright 1987, 1998 The Open Group
@@ -238,30 +238,17 @@ typedef struct _xReq *xReqPtr;
((char *) &(dst))[1] = ((char *) &(src))[0]; }
extern void SwapLongs(
-#if NeedFunctionPrototypes
CARD32 *list,
- unsigned long count
-#endif
-);
+ unsigned long count);
extern void SwapShorts(
-#if NeedFunctionPrototypes
short *list,
- unsigned long count
-#endif
-);
+ unsigned long count);
-extern void MakePredeclaredAtoms(
-#if NeedFunctionPrototypes
- void
-#endif
-);
+extern void MakePredeclaredAtoms(void);
extern int Ones(
-#if NeedFunctionPrototypes
- unsigned long /*mask*/
-#endif
-);
+ unsigned long /*mask*/);
typedef struct _xPoint *DDXPointPtr;
typedef struct _Box *BoxPtr;