(mlanguage__list): Delete it.
authorhanda <handa>
Fri, 23 Jun 2006 02:25:25 +0000 (02:25 +0000)
committerhanda <handa>
Fri, 23 Jun 2006 02:25:25 +0000 (02:25 +0000)
(mscript__char_list, mscript__otf_tag, mscript__from_otf_tag): New
functions.

src/language.h

index c361052..851fae3 100644 (file)
@@ -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
 #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_ */