From 4e8f322955a40570d53c0bb08f0e28bf3edb4a7d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jul 2017 10:25:38 +0100 Subject: Back-end support for linked configuration. --- src/lib/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/config.h') 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 (); -- cgit v1.2.3