summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-24 10:25:38 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-24 10:25:38 +0100
commit4e8f322955a40570d53c0bb08f0e28bf3edb4a7d (patch)
treef2f6b41840bef3f81c5b867e7fb4c5e508adee5a /src/lib/config.h
parent3c49cb49f7dd95878f504d4245b202e0a2c23c7c (diff)
Back-end support for linked configuration.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h1
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 ();