diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-09 19:06:53 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-09 19:06:53 +0100 |
| commit | 03c271c82ccb434997fdde7bac140bb86b48accd (patch) | |
| tree | 748a39e554f4edd82c86f24266967b01cca8bff1 /src/config.h | |
| parent | e20735fe0a67c1fa3de16c10124bdc778acd88a8 (diff) | |
toggle case match
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index f6cff36..efc64cb 100644 --- a/src/config.h +++ b/src/config.h @@ -17,5 +17,6 @@ extern utf8_int8_t filter_buffer[MAX_INPUT_LENGTH]; extern utf8_int8_t query_buffer[MAX_INPUT_LENGTH]; extern int ts_thread_count; extern int max_file_size; // in MBs +extern bool respect_capitalization; void ts_load_config();
\ No newline at end of file |
