summaryrefslogtreecommitdiff
path: root/src/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/export.h')
-rw-r--r--src/export.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/export.h b/src/export.h
new file mode 100644
index 0000000..1e7f824
--- /dev/null
+++ b/src/export.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "search.h"
+#include "platform.h"
+
+bool ts_export_result(ts_search_result* result, const utf8_int8_t* path); \ No newline at end of file