summaryrefslogtreecommitdiff
path: root/include/X11/Xmu/CurUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xmu/CurUtil.h')
-rw-r--r--include/X11/Xmu/CurUtil.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/X11/Xmu/CurUtil.h b/include/X11/Xmu/CurUtil.h
index 5ac79fc..f819013 100644
--- a/include/X11/Xmu/CurUtil.h
+++ b/include/X11/Xmu/CurUtil.h
@@ -25,6 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86: xc/lib/Xmu/CurUtil.h,v 1.6 2001/12/14 19:55:38 dawes Exp $ */
/*
* The interfaces described by this header file are for miscellaneous utilities
@@ -38,11 +39,10 @@ in this Software without prior written authorization from The Open Group.
_XFUNCPROTOBEGIN
-extern int XmuCursorNameToIndex(
-#if NeedFunctionPrototypes
- _Xconst char* /* name */
-#endif
-);
+int XmuCursorNameToIndex
+(
+ _Xconst char *name
+ );
_XFUNCPROTOEND