(mtext_insert, mtext_replace): Extern them.
authorhanda <handa>
Thu, 1 Sep 2005 01:25:50 +0000 (01:25 +0000)
committerhanda <handa>
Thu, 1 Sep 2005 01:25:50 +0000 (01:25 +0000)
src/m17n-core.h

index 413c1ed..d87cb24 100644 (file)
@@ -464,8 +464,13 @@ extern int mtext_del (MText *mt, int from, int to);
 
 extern int mtext_ins (MText *mt1, int pos, MText *mt2);
 
+extern int mtext_insert (MText *mt1, int pos, MText *mt2, int from, int to);
+
 extern int mtext_ins_char (MText *mt, int pos, int c, int n);
 
+extern int mtext_replace (MText *mt1, int from1, int to1,
+                         MText *mt2, int from2, int to2);
+
 extern MText *mtext_cat_char (MText *mt, int c);
 
 extern MText *mtext_duplicate (MText *mt, int from, int to);