diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-15 01:05:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-17 23:51:20 +0100 |
| commit | 9d843365fb77e00dd31c03d1e8ea49126ab550f2 (patch) | |
| tree | efcba16a094affdc01414ba0adb5358f3d40c5cc /src/lib/config.h | |
| parent | 2fd68d37f503776bbe919d6aa01bf9cf6ec6a6dd (diff) | |
Add option to load prefs from ZIP (#2771).
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index dce4aafef..f3d080b0b 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -79,6 +79,8 @@ public: boost::filesystem::path default_directory_or (boost::filesystem::path a) const; boost::filesystem::path default_kdm_directory_or (boost::filesystem::path a) const; + void load_from_zip(boost::filesystem::path zip_file); + enum Property { USE_ANY_SERVERS, SERVERS, |
