summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/loginrecv.h')
-rw-r--r--src/net/eathena/loginrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/loginrecv.h b/src/net/eathena/loginrecv.h
index 64a9df7cd..2e070d584 100644
--- a/src/net/eathena/loginrecv.h
+++ b/src/net/eathena/loginrecv.h
@@ -37,6 +37,7 @@ namespace EAthena
void processServerVersion(Net::MessageIn &msg);
void processCondingKey(Net::MessageIn &msg);
void processCharPasswordResponse(Net::MessageIn &msg);
+ void processLoginData(Net::MessageIn &msg);
} // namespace LoginRecv
} // namespace EAthena