X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=chise.h;h=a1a89dbc833124256598d430a297a01aec7bf010;hb=refs%2Fheads%2Fb1;hp=029a9ebd924bbcb89f8ee4cb9a0a3bc058053b7a;hpb=7bf63ccc956a87b960f34aeee2e78384c620b1c4;p=chise%2Flibchise.git diff --git a/chise.h b/chise.h index 029a9eb..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 { @@ -16,7 +17,7 @@ typedef struct CHISE_DS CHISE_DS; CHISE_DS* CHISE_DS_open (CHISE_DS_Type type, const unsigned char *location, - DBTYPE subtype, int modemask); + int subtype, int modemask); int CHISE_DS_close (CHISE_DS *ds);