(GT-30254): New character.
[chise/xemacs-chise.git] / src / chartab.h
index 4651d1b..ca71025 100644 (file)
@@ -31,6 +31,12 @@ Boston, MA 02111-1307, USA.  */
 
 #ifdef UTF2000
 
+EXFUN (Fmake_char, 3);
+EXFUN (Fdecode_char, 3);
+
+EXFUN (Fput_char_attribute, 3);
+
+
 /************************************************************************/
 /*                         Char-ID Tables                              */
 /************************************************************************/
@@ -368,7 +374,7 @@ EXFUN (Fget_char_attribute, 3);
 
 #ifdef MULE
 int check_category_char(Emchar ch, Lisp_Object ctbl,
-                       unsigned int designator, unsigned int not);
+                       unsigned int designator, unsigned int not_p);
 
 extern Lisp_Object Vstandard_category_table;