projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4138ad1
)
Add EXFUN definitions for Fopen_database, Fput_database, Fget_database
author
tomo
<tomo>
Tue, 22 Jan 2002 19:33:10 +0000
(19:33 +0000)
committer
tomo
<tomo>
Tue, 22 Jan 2002 19:33:10 +0000
(19:33 +0000)
and Fclose_database.
src/database.h
patch
|
blob
|
history
diff --git
a/src/database.h
b/src/database.h
index
aad2ca5
..
cb97732
100644
(file)
--- a/
src/database.h
+++ b/
src/database.h
@@
-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_ */