*** empty log message ***
[m17n/m17n-lib.git] / src / language.h
index 3e495d1..ba911ef 100644 (file)
@@ -1,5 +1,5 @@
-/* language.h -- header file for the language module.
-   Copyright (C) 2003, 2004
+/* language.h -- header file for the language (and script) module.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
 
 
    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_LANGUAGE_H_
 #define _M17N_LANGUAGE_H_
 
+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_ */