summaryrefslogtreecommitdiff
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 0edd0b2adc..f09e5ccaea 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -125,6 +125,11 @@ WS_DLL_PUBLIC gboolean has_global_profiles(void);
WS_DLL_PUBLIC char *get_profiles_dir(void);
/*
+ * Create the directory used to store configuration profile directories.
+ */
+WS_DLL_PUBLIC int create_profiles_dir(char **pf_dir_path_return);
+
+/*
* Get the directory used to store global configuration profile directories.
* Caller must free the returned string
*/