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:
e37acca
)
Add an EXFUN for `Fdatabase_live_p'.
author
tomo
<tomo>
Mon, 1 Jul 2002 16:21:15 +0000
(16:21 +0000)
committer
tomo
<tomo>
Mon, 1 Jul 2002 16:21:15 +0000
(16:21 +0000)
src/database.h
patch
|
blob
|
history
diff --git
a/src/database.h
b/src/database.h
index
6fa1f74
..
b212791
100644
(file)
--- a/
src/database.h
+++ b/
src/database.h
@@
-31,6
+31,7
@@
EXFUN (Fopen_database, 5);
EXFUN (Fput_database, 4);
EXFUN (Fget_database, 3);
EXFUN (Fclose_database, 1);
+EXFUN (Fdatabase_live_p, 1);
EXFUN (Fmap_database, 2);
#endif /* INCLUDED_database_h_ */