diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2021-12-20 22:52:48 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2021-12-20 22:52:48 +0200 |
commit | dbd6366285b23483567f2c1dc814fc9f371c4c64 (patch) | |
tree | 6df025dc5e668ddc618fddde289c4c2b1025e8dd /src/search.h | |
parent | bf4733f991bb9e643ebc697d6f9f92b3bb6ad69c (diff) | |
download | foodtools-dbd6366285b23483567f2c1dc814fc9f371c4c64.tar.gz foodtools-dbd6366285b23483567f2c1dc814fc9f371c4c64.tar.bz2 foodtools-dbd6366285b23483567f2c1dc814fc9f371c4c64.zip |
merge steps
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 |