projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ba514
)
(mtext__adjust_plist_for_change): Prototype adjusted.
author
handa
<handa>
Thu, 1 Sep 2005 01:25:24 +0000
(
01:25
+0000)
committer
handa
<handa>
Thu, 1 Sep 2005 01:25:24 +0000
(
01:25
+0000)
src/textprop.h
patch
|
blob
|
history
diff --git
a/src/textprop.h
b/src/textprop.h
index
1701707
..
f85bb44
100644
(file)
--- 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);