summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
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 ();