add header RecvFromOther
This commit is contained in:
parent
7279335fc0
commit
2cb979ed29
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ private:
|
|||
void GetHostId(Kernel::HLERequestContext& ctx);
|
||||
void Close(Kernel::HLERequestContext& ctx);
|
||||
void SendTo(Kernel::HLERequestContext& ctx);
|
||||
void RecvFromOther(Kernel::HLERequestContext& ctx);
|
||||
void RecvFrom(Kernel::HLERequestContext& ctx);
|
||||
void Poll(Kernel::HLERequestContext& ctx);
|
||||
void GetSockName(Kernel::HLERequestContext& ctx);
|
||||
|
|
Loading…
Reference in a new issue