diff options
Diffstat (limited to 'src/import.h')
| -rw-r--r-- | src/import.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/import.h b/src/import.h new file mode 100644 index 0000000..979cf84 --- /dev/null +++ b/src/import.h @@ -0,0 +1,5 @@ +#pragma once + +#include "search.h" + +ts_search_result* ts_import_result(const utf8_int8_t* path);
\ No newline at end of file |
