summaryrefslogtreecommitdiff
path: root/src/accounthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/accounthandler.h')
-rw-r--r--src/accounthandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/accounthandler.h b/src/accounthandler.h
index c4073589..9f23f207 100644
--- a/src/accounthandler.h
+++ b/src/accounthandler.h
@@ -51,8 +51,13 @@ class AccountHandler : public ConnectionHandler
void
computerDisconnected(NetComputer *comp);
+ // --- message handling ---
+
void
handleLoginMessage(AccountClient &computer, MessageIn &msg);
+
+ void
+ handleRegisterMessage(AccountClient &computer, MessageIn &msg);
};
#endif