summaryrefslogtreecommitdiff
path: root/include/pso/TTcpSocket.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-12 14:34:47 -0300
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-12 14:35:47 -0300
commitd7336127af97ed86778796fb3a9cd203ce8b9306 (patch)
tree1215e2c555f6a3e18213daefae03a516c512241c /include/pso/TTcpSocket.h
parent8a0ac8490951429277e707607975424b6dcd12b8 (diff)
TProtocol: Add, and match more command handlers, along with some other
functions needed to get them working
Diffstat (limited to 'include/pso/TTcpSocket.h')
-rw-r--r--include/pso/TTcpSocket.h2
1 files changed, 1 insertions, 1 deletions
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);