From 260f05025631031b7cc4904805d5017feaf53eda Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 30 Jan 2020 21:11:12 +0100 Subject: initial commit --- src/save.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/save.h (limited to 'src/save.h') diff --git a/src/save.h b/src/save.h new file mode 100644 index 0000000..0772daa --- /dev/null +++ b/src/save.h @@ -0,0 +1,16 @@ +/* +* BSD 2-Clause “Simplified” License +* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com +* All rights reserved. +*/ + +#ifndef INCLUDE_SAVE +#define INCLUDE_SAVE + +#define SEARCH_RESULT_FILE_EXTENSION "*.json" + +bool export_results(search_result *result); +void import_results_from_file(char *path_buf); +void import_results(); + +#endif \ No newline at end of file -- cgit v1.2.3-70-g09d2