aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-11 21:35:37 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-13 13:13:01 +0200
commit77ed51898157d99112be7550471ec06e32344c9e (patch)
tree0645274d0f13b4fa6940d4054f74a070611a8ef0 /include/Storage.hpp
parentda89ec98fb34757f0c46dc8cb2dd87ae78d317ce (diff)
Refactor plugin into seperate pages
TODO: Readd 4chan login page, manganelo creators page, autocomplete
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp
index 38c083e..8a1bbfa 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -29,4 +29,6 @@ namespace QuickMedia {
bool read_file_as_json(const Path &filepath, Json::Value &result);
bool save_json_to_file_atomic(const Path &path, const Json::Value &json);
+
+ bool is_program_executable_by_name(const char *name);
} \ No newline at end of file