summaryrefslogtreecommitdiff
path: root/src/XKBfileInt.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:21 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:21 +0000
commit91ac80641f0e04536ffe9d4168a19ba3d7ee050d (patch)
treebdbda91d988ad3e7d19d4184c2d2930be9d3d26f /src/XKBfileInt.h
parentcb45b671537b25c832428c0a75cb7d7712dea3e5 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'src/XKBfileInt.h')
-rw-r--r--src/XKBfileInt.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/XKBfileInt.h b/src/XKBfileInt.h
index 67ef319..04a143c 100644
--- a/src/XKBfileInt.h
+++ b/src/XKBfileInt.h
@@ -27,6 +27,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
+/* $XFree86: xc/lib/xkbfile/XKBfileInt.h,v 3.4 2003/11/17 22:20:23 dawes Exp $ */
#include "XKBfile.h"
@@ -64,16 +65,12 @@
_XFUNCPROTOBEGIN
extern char * _XkbDupString(
-#if NeedFunctionPrototypes
char * /* old_str */
-#endif
);
extern int _XkbStrCaseCmp(
-#if NeedFunctionPrototypes
char * /* str1 */,
char * /* str2 */
-#endif
);
#define _XkbStrCaseEqual(s1,s2) (_XkbStrCaseCmp(s1,s2)==0)