summaryrefslogtreecommitdiffstats
path: root/source/Authenticator.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-07 10:45:03 +0200
committermadmaxoft <github@xoft.cz>2013-10-07 10:46:34 +0200
commit4c4475f3b50abe03cfed60014c1b48eda10b4859 (patch)
tree06aba81c73871664d08d04815f61c619b56fd11f /source/Authenticator.h
parentUpdated plugins. (diff)
downloadcuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar
cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.gz
cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.bz2
cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.lz
cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.xz
cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.tar.zst
cuberite-4c4475f3b50abe03cfed60014c1b48eda10b4859.zip
Diffstat (limited to '')
-rw-r--r--source/Authenticator.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/Authenticator.h b/source/Authenticator.h
index c9e647329..868476d80 100644
--- a/source/Authenticator.h
+++ b/source/Authenticator.h
@@ -42,7 +42,10 @@ public:
/// 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);
- // Stops the authenticator thread
+ /// Starts the authenticator thread. The thread may be started and stopped repeatedly
+ void Start(void);
+
+ /// Stops the authenticator thread. The thread may be started and stopped repeatedly
void Stop(void);
private: