summaryrefslogtreecommitdiff
path: root/src/export.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-11 21:47:49 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-11 21:47:49 +0100
commit8808c195069e4dcf44218ebf7ca481a4c695fb12 (patch)
treef0efe5d02af797cc44e516e8b5c2c08346fdeb58 /src/export.h
parent08c3990eb2db8c0228160d760cf287f0b6b96915 (diff)
export results to json,csv,xml format
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