diff options
Diffstat (limited to 'xc/lib/X11/XlcPubI.h')
-rw-r--r-- | xc/lib/X11/XlcPubI.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/lib/X11/XlcPubI.h b/xc/lib/X11/XlcPubI.h index 16a456906..d78ac3ded 100644 --- a/xc/lib/X11/XlcPubI.h +++ b/xc/lib/X11/XlcPubI.h @@ -23,7 +23,7 @@ * Author: Katsuhisa Yano TOSHIBA Corp. * mopi@osa.ilab.toshiba.co.jp */ -/* $XFree86: xc/lib/X11/XlcPubI.h,v 3.4 1997/11/22 12:50:07 dawes Exp $ */ +/* $XFree86: xc/lib/X11/XlcPubI.h,v 3.5 2000/02/12 02:54:07 dawes Exp $ */ #ifndef _XLCPUBLICI_H_ #define _XLCPUBLICI_H_ @@ -138,14 +138,14 @@ extern Bool _XlcParseCharSet( extern XlcCharSet _XlcCreateDefaultCharSet( #if NeedFunctionPrototypes _Xconst char* /* name */, - char* /* control_sequence */ + _Xconst char* /* control_sequence */ #endif ); extern XlcCharSet _XlcAddCT( #if NeedFunctionPrototypes _Xconst char* /* name */, - char* /* control_sequence */ + _Xconst char* /* control_sequence */ #endif ); |