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:
3e4c625
)
(wordseg_func_table): New variable.
author
handa
<handa>
Fri, 15 Apr 2005 08:08:43 +0000
(08:08 +0000)
committer
handa
<handa>
Fri, 15 Apr 2005 08:08:43 +0000
(08:08 +0000)
(mtext__word_segment): Extern it.
src/mtext.h
patch
|
blob
|
history
diff --git
a/src/mtext.h
b/src/mtext.h
index
78cbeb0
..
eea5960
100644
(file)
--- a/
src/mtext.h
+++ b/
src/mtext.h
@@
-64,4
+64,8
@@
extern int mtext__bol (MText *mt, int pos);
extern int mtext__eol (MText *mt, int pos);
+extern MCharTable *wordseg_func_table;
+
+extern int mtext__word_segment (MText *mt, int pos, int *from, int *to);
+
#endif /* _M17N_MTEXT_H_ */