mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
Revert "core: Fix clang build"
This commit is contained in:
parent
1367e8fb75
commit
deb3536936
105 changed files with 667 additions and 906 deletions
|
@ -56,11 +56,11 @@ public:
|
|||
|
||||
Errno Shutdown(ShutdownHow how);
|
||||
|
||||
std::pair<s32, Errno> Recv(u32 flags, std::vector<u8>& message);
|
||||
std::pair<s32, Errno> Recv(int flags, std::vector<u8>& message);
|
||||
|
||||
std::pair<s32, Errno> RecvFrom(u32 flags, std::vector<u8>& message, SockAddrIn* addr);
|
||||
std::pair<s32, Errno> RecvFrom(int flags, std::vector<u8>& message, SockAddrIn* addr);
|
||||
|
||||
std::pair<s32, Errno> Send(const std::vector<u8>& message, u32 flags);
|
||||
std::pair<s32, Errno> Send(const std::vector<u8>& message, int flags);
|
||||
|
||||
std::pair<s32, Errno> SendTo(u32 flags, const std::vector<u8>& message, const SockAddrIn* addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue