summaryrefslogtreecommitdiff
path: root/include/X11/Xmu/CharSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xmu/CharSet.h')
-rw-r--r--include/X11/Xmu/CharSet.h53
1 files changed, 33 insertions, 20 deletions
diff --git a/include/X11/Xmu/CharSet.h b/include/X11/Xmu/CharSet.h
index e017458..dfecf45 100644
--- a/include/X11/Xmu/CharSet.h
+++ b/include/X11/Xmu/CharSet.h
@@ -26,6 +26,8 @@ in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86: xc/lib/Xmu/CharSet.h,v 1.8 2001/12/14 19:55:33 dawes Exp $ */
+
/*
* The interfaces described by this header file are for miscellaneous utilities
* and are not part of the Xlib standard.
@@ -38,26 +40,37 @@ in this Software without prior written authorization from The Open Group.
_XFUNCPROTOBEGIN
-extern void XmuCopyISOLatin1Lowered(
-#if NeedFunctionPrototypes
- char * /* dst_return */,
- _Xconst char * /* src */
-#endif
-);
-
-extern void XmuCopyISOLatin1Uppered(
-#if NeedFunctionPrototypes
- char * /* dst_return */,
- _Xconst char * /* src */
-#endif
-);
-
-extern int XmuCompareISOLatin1(
-#if NeedFunctionPrototypes
- _Xconst char * /* first */,
- _Xconst char * /* second */
-#endif
-);
+void XmuCopyISOLatin1Lowered
+(
+ char *dst_return,
+ _Xconst char *src
+ );
+
+void XmuCopyISOLatin1Uppered
+(
+ char *dst_return,
+ _Xconst char *src
+ );
+
+int XmuCompareISOLatin1
+(
+ _Xconst char *first,
+ _Xconst char *second
+ );
+
+void XmuNCopyISOLatin1Lowered
+(
+ char *dst_return,
+ _Xconst char *src,
+ int size
+ );
+
+void XmuNCopyISOLatin1Uppered
+(
+ char *dst_return,
+ _Xconst char *src,
+ int size
+ );
_XFUNCPROTOEND