Add configuration system
[blerg.git] / database / database.h
index e60d609..7971249 100644 (file)
@@ -40,6 +40,7 @@ struct blerg {
 
 #define BLERG_INVALID_RECORD 0xFFFFFFFFFFFFFFFF
 
+int      blerg_init();
 int      blerg_exists(const char *name);
 struct   blerg *blerg_open(const char *name);
 int      blerg_close(struct blerg *blerg);