diff options
Diffstat (limited to 'src/search.h')
-rw-r--r-- | src/search.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h new file mode 100644 index 0000000..1295cd4 --- /dev/null +++ b/src/search.h @@ -0,0 +1,8 @@ +#ifndef SEARCH_H +#define SEARCH_H + +#include "types.h" + +int query_for_items(const recipe * r, const char * s, int strict); + +#endif |