This update completes the factoring out of database management into database.c,
[pazpar2-moved-to-github.git] / src / database.h
1 #ifndef DATABASE_H
2 #define DATABASE_H
3
4 void load_simpletargets(const char *fn);
5 int grep_databases(void *context, void (*fun)(void *context, struct database *db));
6
7 #endif