X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmtext.h;h=469bc14733fd2544b12ceba2884ca33e646e6f77;hb=398685e3214363bc831a7c29f89e466a96b71e4a;hp=78cbeb089a5af9e2014d0375e668870da0e6716d;hpb=ff0a8de436085d17048ac2968c52e211d6a0dd6b;p=m17n%2Fm17n-lib.git diff --git a/src/mtext.h b/src/mtext.h index 78cbeb0..469bc14 100644 --- a/src/mtext.h +++ b/src/mtext.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 02111-1307, USA. */ #ifndef _M17N_MTEXT_H_ @@ -64,4 +64,8 @@ extern int mtext__bol (MText *mt, int pos); extern int mtext__eol (MText *mt, int pos); +extern void mtext__wseg_fini (); + +extern int mtext__word_segment (MText *mt, int pos, int *from, int *to); + #endif /* _M17N_MTEXT_H_ */