diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 10:25:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-24 10:25:38 +0100 |
| commit | 4e8f322955a40570d53c0bb08f0e28bf3edb4a7d (patch) | |
| tree | f2f6b41840bef3f81c5b867e7fb4c5e508adee5a /src/lib/config.h | |
| parent | 3c49cb49f7dd95878f504d4245b202e0a2c23c7c (diff) | |
Back-end support for linked configuration.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 970810a77..200857aa9 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -646,6 +646,7 @@ public: private: Config (); static boost::filesystem::path path (std::string file, bool create_directories = true); + static boost::filesystem::path target (boost::filesystem::path file); void read (); void set_defaults (); void set_kdm_email_to_default (); |
