update.
[chise/libchise.git] / chise.h
diff --git a/chise.h b/chise.h
index 029a9eb..a1a89db 100644 (file)
--- a/chise.h
+++ b/chise.h
@@ -5,6 +5,7 @@
 #include <errno.h>
 
 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);