summaryrefslogtreecommitdiff
path: root/include/cache.h
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-12-30 11:03:02 -0800
committerlouie <lshprung@yahoo.com>2020-12-30 11:03:02 -0800
commite7c5382d71339d15f2b96e7ee06e5ef3639df837 (patch)
treef2de46d281532f4b505cbbea4ec3504c9aa98013 /include/cache.h
parent9875aaebf2d44c3f38be3c72b0c9c0af9422f8cc (diff)
Improved cache.c organization
Diffstat (limited to 'include/cache.h')
-rw-r--r--include/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h
index b3f0adb..0f5a6c4 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -5,4 +5,6 @@ void save_to_cache(int g_hover, int e_hover, int true_hover, char *cfg_name);
void load_cache(int *g_hover, int *e_hover, int *true_hover, char *new_cfg_name);
+char *get_cache_path(bool create);
+
#endif