summaryrefslogblamecommitdiffstats
path: root/src/search.h
blob: 1295cd44743817e06800e4b33d647b2d93574074 (plain) (tree)
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