(Vutf_2000_version): New variable [moved from chartab.c].
[chise/xemacs-chise.git-] / src / database.h
index aad2ca5..6fa1f74 100644 (file)
@@ -27,4 +27,10 @@ Boston, MA 02111-1307, USA.  */
 typedef struct Lisp_Database Lisp_Database;
 DECLARE_LRECORD (database, Lisp_Database);
 
+EXFUN (Fopen_database, 5);
+EXFUN (Fput_database, 4);
+EXFUN (Fget_database, 3);
+EXFUN (Fclose_database, 1);
+EXFUN (Fmap_database, 2);
+
 #endif /* INCLUDED_database_h_ */