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