summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-24 14:20:32 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-24 22:46:52 +0200
commit06f22c3d284114f5df2c66260e20aaae70db3cf9 (patch)
treeb0fd83639672f157f1b3d9190f1c95aafb04f967 /src/core/hle/service/sockets/bsd.h
parentMerge pull request #7084 from ameerj/clang-12 (diff)
downloadyuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.tar
yuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.tar.gz
yuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.tar.bz2
yuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.tar.lz
yuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.tar.xz
yuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.tar.zst
yuzu-06f22c3d284114f5df2c66260e20aaae70db3cf9.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/sockets/bsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sockets/bsd.h b/src/core/hle/service/sockets/bsd.h
index 1d2df9c61..d68beef5c 100644
--- a/src/core/hle/service/sockets/bsd.h
+++ b/src/core/hle/service/sockets/bsd.h
@@ -135,6 +135,7 @@ private:
void Send(Kernel::HLERequestContext& ctx);
void SendTo(Kernel::HLERequestContext& ctx);
void Write(Kernel::HLERequestContext& ctx);
+ void Read(Kernel::HLERequestContext& ctx);
void Close(Kernel::HLERequestContext& ctx);
void EventFd(Kernel::HLERequestContext& ctx);