summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-01 17:23:40 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-01 17:23:40 -0400
commit926f5f5ec7992651d2e0602f4fdb77f8be8a5ae5 (patch)
treec553102887b108822465c485336b161c7cf3be10 /context.h
parent82eea8b5a759715ba06c13d14c048460f965419a (diff)
TTcpSocket: Make `some_stub()` a member function
Forgot that it's actually a member function.
Diffstat (limited to 'context.h')
-rw-r--r--context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.h b/context.h
index 8772391..d83ee43 100644
--- a/context.h
+++ b/context.h
@@ -831,6 +831,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);