(mchar_define_property, mtext_from_data): Adjust
authorhanda <handa>
Thu, 24 Jun 2004 02:43:07 +0000 (02:43 +0000)
committerhanda <handa>
Thu, 24 Jun 2004 02:43:07 +0000 (02:43 +0000)
prototypes.

src/m17n-core.h

index dfc73db..2245fca 100644 (file)
@@ -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);