summaryrefslogtreecommitdiff
path: root/include/pso/TProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pso/TProtocol.h')
-rw-r--r--include/pso/TProtocol.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/pso/TProtocol.h b/include/pso/TProtocol.h
index 6991c67..31e6eab 100644
--- a/include/pso/TProtocol.h
+++ b/include/pso/TProtocol.h
@@ -245,7 +245,16 @@ public:
void recv_emergency_call(packet &pkt);
// Send command handlers.
+ // 0x03
+ void send_regist();
+ // 0x04
+ void send_login2(int disable_udp);
+ // Doesn't send a command.
int send_login3();
+ // 0x05
+ void send_logout();
+ // 0x06
+ void send_chat(TPlyGuildCardTag &tag, char *mesg);
};
#endif