summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/sockets/bsd_u.h')
-rw-r--r--src/core/hle/service/sockets/bsd_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sockets/bsd_u.h b/src/core/hle/service/sockets/bsd_u.h
index 1fe96d850..fde08a22b 100644
--- a/src/core/hle/service/sockets/bsd_u.h
+++ b/src/core/hle/service/sockets/bsd_u.h
@@ -20,6 +20,7 @@ private:
void Socket(Kernel::HLERequestContext& ctx);
void Connect(Kernel::HLERequestContext& ctx);
void SendTo(Kernel::HLERequestContext& ctx);
+ void Close(Kernel::HLERequestContext& ctx);
/// Id to use for the next open file descriptor.
u32 next_fd = 1;