From 0376a0c9023797da428eb8bb0b07a08554c3f3ac Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 24 Jun 2004 02:43:07 +0000 Subject: [PATCH] (mchar_define_property, mtext_from_data): Adjust prototypes. --- src/m17n-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m17n-core.h b/src/m17n-core.h index dfc73db..2245fca 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -217,7 +217,7 @@ extern MSymbol Mbidi_category; extern MSymbol Msimple_case_folding; extern MSymbol Mcomplicated_case_folding; -extern MSymbol mchar_define_property (char *name, MSymbol type); +extern MSymbol mchar_define_property (const char *name, MSymbol type); extern void *mchar_get_prop (int c, MSymbol key); @@ -331,7 +331,7 @@ enum MTextFormat }; /*=*/ -extern MText *mtext_from_data (void *data, int nitems, +extern MText *mtext_from_data (const void *data, int nitems, enum MTextFormat format); -- 1.7.10.4