diff options
Diffstat (limited to 'src/search.h')
| -rw-r--r-- | src/search.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h index b8cfb24..f8ddc6c 100644 --- a/src/search.h +++ b/src/search.h @@ -21,6 +21,7 @@ typedef struct t_ts_search_result // data ts_array files; ts_array matches; + ts_array filters; int match_count; int file_count; @@ -34,6 +35,7 @@ typedef struct t_ts_search_result // search query utf8_int8_t *directory_to_search; + utf8_int8_t *file_filter; utf8_int8_t *search_text; int max_ts_thread_count; int max_file_size; |
