diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-10-26 17:08:28 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-10-26 17:08:28 +0200 |
commit | 77661f4c594190ff93de4924d62aaac9e112e8a2 (patch) | |
tree | c33b45332ea90dd706d13ca9b1daf847a56c22e6 /source/Authenticator.h | |
parent | APIDump: Documented cMonster. (diff) | |
download | cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.gz cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.bz2 cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.lz cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.xz cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.tar.zst cuberite-77661f4c594190ff93de4924d62aaac9e112e8a2.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Authenticator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Authenticator.h b/source/Authenticator.h index 868476d80..9c7c57e6d 100644 --- a/source/Authenticator.h +++ b/source/Authenticator.h @@ -37,13 +37,13 @@ public: ~cAuthenticator(); /// (Re-)read server and address from INI: - void ReadINI(void); + void ReadINI(cIniFile IniFile); /// Queues a request for authenticating a user. If the auth fails, the user is kicked void Authenticate(int a_ClientID, const AString & a_UserName, const AString & a_ServerHash); /// Starts the authenticator thread. The thread may be started and stopped repeatedly - void Start(void); + void Start(cIniFile IniFile); /// Stops the authenticator thread. The thread may be started and stopped repeatedly void Stop(void); |