(chise_db_format_version): New variable.
authortomo <tomo>
Fri, 24 Jun 2005 08:33:53 +0000 (08:33 +0000)
committertomo <tomo>
Fri, 24 Jun 2005 08:33:53 +0000 (08:33 +0000)
chise.c
chise.h

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[];