Moved CCL Map, record syntax, charset normalization, record syntax normalization...
[pazpar2-moved-to-github.git] / src / database.h
index 7ffeb86..5b84a1f 100644 (file)
@@ -2,6 +2,7 @@
 #define DATABASE_H
 
 void load_simpletargets(const char *fn);
+void prepare_databases(void);
 int grep_databases(void *context, struct database_criterion *cl,
         void (*fun)(void *context, struct database *db));
 int database_match_criteria(struct database *db, struct database_criterion *cl);