diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 23:09:25 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 23:09:25 +0100 |
| commit | 1e191607c478f2d6d78ae2b80855d05f877bd8bb (patch) | |
| tree | e28ff4ef5ccb3f82f16f029170952a550d43b507 /src/search.h | |
| parent | a8b2c1dc224c21f9ba37c0ec2f5a32e0890ff532 (diff) | |
NULL > nullptr
Diffstat (limited to 'src/search.h')
| -rw-r--r-- | src/search.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/search.h b/src/search.h index ac4a3eb..27c7f04 100644 --- a/src/search.h +++ b/src/search.h @@ -1,5 +1,4 @@ -#ifndef INCLUDE_SEARCH -#define INCLUDE_SEARCH +#pragma once #include "array.h" #include "memory_bucket.h" @@ -70,5 +69,3 @@ ts_search_result* ts_create_empty_search_result(); bool ts_string_contains(utf8_int8_t *text_to_search, utf8_int8_t *text_to_find, ts_array *text_matches, bool respect_capitalization); void ts_start_search(utf8_int8_t *path, utf8_int8_t *filter, utf8_int8_t *query, uint16_t thread_count, uint32_t max_file_size, bool respect_capitalization); void ts_destroy_result(ts_search_result* result); - -#endif
\ No newline at end of file |
