From 926f5f5ec7992651d2e0602f4fdb77f8be8a5ae5 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 1 Mar 2023 17:23:40 -0400 Subject: TTcpSocket: Make `some_stub()` a member function Forgot that it's actually a member function. --- include/pso/TTcpSocket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pso/TTcpSocket.h') diff --git a/include/pso/TTcpSocket.h b/include/pso/TTcpSocket.h index 8e8dab9..b6faf56 100644 --- a/include/pso/TTcpSocket.h +++ b/include/pso/TTcpSocket.h @@ -29,6 +29,7 @@ public: virtual int send(u8 *data, size_t size) override; short stat(); + void some_stub(); int test_connection(); static void notify(short size, short sock_fd); -- cgit v1.2.3-13-gbd6f