summaryrefslogtreecommitdiffstats
path: root/client/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/platform.h')
-rw-r--r--client/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/platform.h b/client/platform.h
index f0ffc0df..a36cdc50 100644
--- a/client/platform.h
+++ b/client/platform.h
@@ -38,6 +38,8 @@ public:
static void yield();
static uint64_t get_monolithic_time();
static void get_temp_dir(std::string& path);
+ static void get_app_data_dir(std::string& path, const std::string& app_name);
+ static void path_append(std::string& path, const std::string& partial_path);
static uint64_t get_process_id();
static uint64_t get_thread_id();
@@ -47,8 +49,6 @@ public:
static void send_quit_request();
- static void get_spice_config_dir(std::string& path);
-
enum ThreadPriority {
PRIORITY_INVALID,
PRIORITY_TIME_CRITICAL,