Add EXFUN definitions for Fopen_database, Fput_database, Fget_database
authortomo <tomo>
Tue, 22 Jan 2002 19:33:10 +0000 (19:33 +0000)
committertomo <tomo>
Tue, 22 Jan 2002 19:33:10 +0000 (19:33 +0000)
and Fclose_database.

src/database.h

index aad2ca5..cb97732 100644 (file)
@@ -27,4 +27,9 @@ 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);
+
 #endif /* INCLUDED_database_h_ */