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:
7a79cfb
)
(mtext_change_prop): Delete extern.
author
handa
<handa>
Tue, 21 Dec 2004 06:24:34 +0000
(06:24 +0000)
committer
handa
<handa>
Tue, 21 Dec 2004 06:24:34 +0000
(06:24 +0000)
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
d0009ee
..
b87e0fe
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-629,10
+629,6
@@
extern int mtext_push_prop (MText *mt, int from, int to,
extern int mtext_pop_prop (MText *mt, int from, int to,
MSymbol key);
-extern int mtext_change_prop (MText *mt, int from, int to,
- MSymbol key,
- int (*func) (int, void ***, int *));
-
extern int mtext_prop_range (MText *mt, MSymbol key, int pos,
int *from, int *to, int deeper);