diff options
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 |
