From daacbc7382e8a6b34b98e2ba9053cdf523765185 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 16 Oct 2003 03:32:03 +0000 Subject: [PATCH] (chise_system_db_dir): New constant. --- chise.h | 1 + 1 file changed, 1 insertion(+) diff --git a/chise.h b/chise.h index f6c55f5..a1a89db 100644 --- a/chise.h +++ b/chise.h @@ -5,6 +5,7 @@ #include extern const unsigned char chise_db_dir[]; +extern const unsigned char chise_system_db_dir[]; typedef enum CHISE_DS_Type { -- 1.7.10.4