Added optional 'filter' parameter to search. Right now, only value supported is
[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, struct database_criterion *cl,
6         void (*fun)(void *context, struct database *db));
7 int database_match_criteria(struct database *db, struct database_criterion *cl);
8
9 #endif