From: handa Date: Thu, 1 Sep 2005 01:25:24 +0000 (+0000) Subject: (mtext__adjust_plist_for_change): Prototype adjusted. X-Git-Tag: REL-1-3-0~222 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4e4c953823f18945dbe3acbad06ea68d95592658;p=m17n%2Fm17n-lib.git (mtext__adjust_plist_for_change): Prototype adjusted. --- diff --git a/src/textprop.h b/src/textprop.h index 1701707..f85bb44 100644 --- a/src/textprop.h +++ b/src/textprop.h @@ -66,7 +66,8 @@ extern void mtext__adjust_plist_for_delete (MText *, int, int); extern void mtext__adjust_plist_for_insert (MText *, int, int, struct MTextPlist *); -extern void mtext__adjust_plist_for_change (MText *mt, int from, int to); +extern void mtext__adjust_plist_for_change (MText *mt, int pos, + int len1, int len2); extern void dump_textplist (struct MTextPlist *plist, int indent);