dbd6366
1 2 3 4 5 6 7 8
#ifndef SEARCH_H #define SEARCH_H #include "types.h" int query_for_items(const recipe * r, const char * s, int strict); #endif