#ifndef SEARCH_H #define SEARCH_H #include "types.h" int check_hash(const recipe * r, const char * s); int query_for_items(const recipe * r, const char * s, int strict); int query_for_items_pbn(const recipe * r, const char * s, int strict); #endif