diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 15a851eb1..3d414d466 100644 --- a/src/client.h +++ b/src/client.h @@ -228,6 +228,15 @@ public: std::string getLogFileName() const A_WARN_UNUSED { return mLogFileName; } + std::string getUpdateHost() const A_WARN_UNUSED + { return mUpdateHost; } + + std::string getOldUpdates() const A_WARN_UNUSED + { return mOldUpdates; } + + const Options &getOptions() const A_WARN_UNUSED + { return mOptions; } + const std::vector<std::string> &getMirrors() const A_WARN_UNUSED { return mCurrentServer.updateMirrors; } |