diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-12-01 22:40:25 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-12-01 22:40:25 +0100 |
| commit | 262c4593ac6df668ed4d4d899c68a256fb237214 (patch) | |
| tree | 81ecfd72099fc4d7def7a80ba73a7d0d5998cffc /index.h | |
| parent | 058f3f3af1f3f15d2dacc04df8bc339301cf3a7c (diff) | |
| download | arfnet2-search-262c4593ac6df668ed4d4d899c68a256fb237214.tar.gz arfnet2-search-262c4593ac6df668ed4d4d899c68a256fb237214.zip | |
wip querying
Diffstat (limited to 'index.h')
| -rw-r--r-- | index.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ typedef struct { int index_init(); void index_deinit(); -index_t index_new(size_t icapacity, const char *root); -results_t index_lookup(index_t index, lookup_type_t type, const char *query); +index_t index_new(size_t icapacity, const char *root, int examine); +results_t *index_lookup(index_t index, lookup_type_t type, const char *query); void index_destroy(index_t index); #endif /* _INDEX_H */ |
