aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp
index 39af8e6..601336a 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -17,6 +17,7 @@ namespace QuickMedia {
Path get_home_dir();
Path get_storage_dir();
Path get_cache_dir();
+ int get_cookies_filepath(Path &path, const std::string &plugin_name);
int create_directory_recursive(const Path &path);
FileType get_file_type(const Path &path);
int file_get_content(const Path &path, std::string &result);