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/TSocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pso/TSocket.h') diff --git a/include/pso/TSocket.h b/include/pso/TSocket.h index 66df9dc..9ffaf9f 100644 --- a/include/pso/TSocket.h +++ b/include/pso/TSocket.h @@ -38,7 +38,7 @@ public: TSocket(TObject *parent); virtual ~TSocket(); - virtual short open() = 0; + virtual int open() = 0; virtual short close() = 0; virtual void recv() = 0; virtual short send(u8 *data) = 0; -- cgit v1.2.3-13-gbd6f