summaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-04 22:06:10 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-04 22:06:10 +0100
commitb573020a72b108364df42018135bb1295b3082c8 (patch)
tree252982c6acdcb059f5f2b7bb2f4b19413e2501ee /src/search.h
parent5bb723bb02a803f0315f3dd734a19e75706baf06 (diff)
max file size setting
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h
index 400edbe..5b5f4b7 100644
--- a/src/search.h
+++ b/src/search.h
@@ -14,6 +14,7 @@ typedef struct t_ts_found_file
{
utf8_int8_t *path;
int match_count;
+ int error;
} ts_found_file;
typedef struct t_ts_search_result