Merge GB 12345 code points.
[chise/xemacs-chise.git] / src / chartab.h
index 14ed176..5a0eef1 100644 (file)
@@ -27,6 +27,20 @@ Boston, MA 02111-1307, USA.  */
 #ifndef INCLUDED_chartab_h_
 #define INCLUDED_chartab_h_
 
+
+#ifdef UTF2000
+
+#include "char-ucs.h"
+
+Lisp_Object make_char_id_table (Lisp_Object initval);
+
+void put_char_id_table (Emchar ch, Lisp_Object value, Lisp_Object table);
+
+EXFUN (Fget_char_attribute, 3);
+
+#endif
+
+
 /************************************************************************/
 /*                               Char Tables                            */
 /************************************************************************/