summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-26 00:09:04 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-27 11:32:49 +0200
commitccacce39c39d16977ab6c1592fcb6e941b05ddff (patch)
tree47c348ad4841efd64936b01db2a49eead46f67c8 /src/lib/cross.h
parent18cb0e914922cd76e9c205e88962816970b5c0cb (diff)
Add config location versioning (#2090).
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 919113305..ed1d0c8e7 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -64,7 +64,7 @@ extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int f
extern boost::filesystem::path home_directory ();
extern bool running_32_on_64 ();
extern void unprivileged ();
-extern boost::filesystem::path config_path ();
+extern boost::filesystem::path config_path (boost::optional<std::string> version);
extern boost::filesystem::path directory_containing_executable ();
extern boost::filesystem::path fix_long_path (boost::filesystem::path path);
extern bool show_in_file_manager (boost::filesystem::path dir, boost::filesystem::path select);