diff options
Diffstat (limited to 'src/search.h')
| -rw-r--r-- | src/search.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h index 27c7f04..e01aef2 100644 --- a/src/search.h +++ b/src/search.h @@ -7,6 +7,7 @@ typedef struct t_ts_found_file { utf8_int8_t *path; + size_t file_size; uint32_t match_count; uint16_t error; bool collapsed; |
