From 8808c195069e4dcf44218ebf7ca481a4c695fb12 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 11 Mar 2024 21:47:49 +0100 Subject: export results to json,csv,xml format --- src/export.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/export.h (limited to 'src/export.h') 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 -- cgit v1.2.3-70-g09d2