summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/accounthandler.hpp')
-rw-r--r--src/account-server/accounthandler.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.hpp b/src/account-server/accounthandler.hpp
index 5fa2a06f..f1ffcfe2 100644
--- a/src/account-server/accounthandler.hpp
+++ b/src/account-server/accounthandler.hpp
@@ -28,7 +28,8 @@ namespace AccountClientHandler
/**
* Creates a connection handler and starts listening on given port.
*/
- bool initialize(int port, const std::string &host);
+ bool initialize(const std::string &configFile, int port,
+ const std::string &host);
/**
* Stops listening to messages and destroys the connection handler.