(Qsystem_char_id): New external variable.
authortomo <tomo>
Thu, 14 Feb 2002 10:06:03 +0000 (10:06 +0000)
committertomo <tomo>
Thu, 14 Feb 2002 10:06:03 +0000 (10:06 +0000)
(char_attribute_system_db_file): New prototype.

src/chartab.h

index 946e967..faae39f 100644 (file)
@@ -345,6 +345,12 @@ put_char_id_table_0 (Lisp_Char_Table* cit, Emchar code, Lisp_Object value)
 }
 
 #ifdef HAVE_DATABASE
+extern Lisp_Object Qsystem_char_id;
+
+Lisp_Object
+char_attribute_system_db_file (Lisp_Object key_type, Lisp_Object attribute,
+                              int writing_mode);
+
 Lisp_Object load_char_attribute_maybe (Emchar ch, Lisp_Object attribute);
 #endif