From 262c4593ac6df668ed4d4d899c68a256fb237214 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 1 Dec 2025 22:40:25 +0100 Subject: wip querying --- index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.h') diff --git a/index.h b/index.h index d640090..d31fd9b 100644 --- a/index.h +++ b/index.h @@ -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 */ -- cgit v1.2.3