diff options
author | madmaxoft <github@xoft.cz> | 2013-10-27 09:04:39 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-27 09:04:39 +0100 |
commit | f032a2ff742f408a0400b4267ab67d6dae86ead2 (patch) | |
tree | e1e6d9233fa8354d4ef0dc4666f4e4ddc90d3880 /source/Authenticator.h | |
parent | APIDump: Documented cPickup. (diff) | |
parent | Changed "cIniFile IniFile" to cIniFile & IniFile" (diff) | |
download | cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.gz cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.bz2 cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.lz cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.xz cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.tar.zst cuberite-f032a2ff742f408a0400b4267ab67d6dae86ead2.zip |
Diffstat (limited to 'source/Authenticator.h')
-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..02cd6f4c5 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); |