From 73bd9933345bcbaf9c1fc8cd79cc5799a6962dfe Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 14 Feb 2002 10:06:03 +0000 Subject: [PATCH] (Qsystem_char_id): New external variable. (char_attribute_system_db_file): New prototype. --- src/chartab.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/chartab.h b/src/chartab.h index 946e967..faae39f 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -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 -- 1.7.10.4