From d7336127af97ed86778796fb3a9cd203ce8b9306 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 12 Mar 2023 14:34:47 -0300 Subject: TProtocol: Add, and match more command handlers, along with some other functions needed to get them working --- include/pso/TTcpSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pso/TTcpSocket.h') diff --git a/include/pso/TTcpSocket.h b/include/pso/TTcpSocket.h index 1be39a4..aef01b2 100644 --- a/include/pso/TTcpSocket.h +++ b/include/pso/TTcpSocket.h @@ -24,7 +24,7 @@ public: virtual ~TTcpSocket(); - virtual short open(); + virtual int open(); virtual short close(); virtual void recv(); virtual short send(u8 *data); -- cgit v1.2.3-13-gbd6f