summaryrefslogtreecommitdiff
path: root/src/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/save.h')
-rw-r--r--src/save.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/save.h b/src/save.h
index 0772daa..5641b44 100644
--- a/src/save.h
+++ b/src/save.h
@@ -7,10 +7,11 @@
#ifndef INCLUDE_SAVE
#define INCLUDE_SAVE
-#define SEARCH_RESULT_FILE_EXTENSION "*.json"
+#define SAVE_FILE_EXTENSION "*.json"
-bool export_results(search_result *result);
-void import_results_from_file(char *path_buf);
-void import_results();
+void load_project_from_file(char *path_buf);
+void load_project();
+void save_project_to_file(char *path_buf);
+void save_project();
#endif \ No newline at end of file