From: handa Date: Fri, 23 Jun 2006 02:25:25 +0000 (+0000) Subject: (mlanguage__list): Delete it. X-Git-Tag: REL-1-3-4~170 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a66b5b4fa49f042c5d24aceb84e37de2f7ad392b;p=m17n%2Fm17n-lib.git (mlanguage__list): Delete it. (mscript__char_list, mscript__otf_tag, mscript__from_otf_tag): New functions. --- diff --git a/src/language.h b/src/language.h index c361052..851fae3 100644 --- a/src/language.h +++ b/src/language.h @@ -1,4 +1,4 @@ -/* language.h -- header file for the language module. +/* language.h -- header file for the language (and script) module. Copyright (C) 2003, 2004 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -23,6 +23,10 @@ #ifndef _M17N_LANGUAGE_H_ #define _M17N_LANGUAGE_H_ -extern MPlist *mlanguage__list (MSymbol script); +extern MPlist *mscript__char_list (MSymbol script); + +extern MSymbol mscript__otf_tag (MSymbol script); + +extern MSymbol mscript__from_otf_tag (MSymbol otf_tag); #endif /* _M17N_LANGUAGE_H_ */