projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77f986
)
(chise_db_format_version): New variable.
author
tomo
<tomo>
Fri, 24 Jun 2005 08:33:53 +0000
(08:33 +0000)
committer
tomo
<tomo>
Fri, 24 Jun 2005 08:33:53 +0000
(08:33 +0000)
chise.c
patch
|
blob
|
history
chise.h
patch
|
blob
|
history
diff --git
a/chise.c
b/chise.c
index
e675ff1
..
82c7473
100644
(file)
--- a/
chise.c
+++ b/
chise.c
@@
-27,6
+27,7
@@
#include "sysdep.h"
#include "chise.h"
+const unsigned char chise_db_format_version[] = CHISE_DB_FORMAT_VERSION;
const unsigned char chise_db_dir[] = CHISE_DB_DIR;
const unsigned char chise_system_db_dir[] = CHISE_SI_DB_DIR;
diff --git
a/chise.h
b/chise.h
index
867bf02
..
9fc7e1b
100644
(file)
--- a/
chise.h
+++ b/
chise.h
@@
-28,6
+28,7
@@
extern "C" {
#include <concord.h>
+extern const unsigned char chise_db_format_version[];
extern const unsigned char chise_db_dir[];
extern const unsigned char chise_system_db_dir[];