mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
ENetUtil: Check return values of ENet functions in SendPacket().
This commit is contained in:
@ -13,5 +13,5 @@ namespace ENetUtil
|
||||
{
|
||||
void WakeupThread(ENetHost* host);
|
||||
int ENET_CALLBACK InterceptCallback(ENetHost* host, ENetEvent* event);
|
||||
void SendPacket(ENetPeer* socket, const sf::Packet& packet, u8 channel_id);
|
||||
bool SendPacket(ENetPeer* socket, const sf::Packet& packet, u8 channel_id);
|
||||
} // namespace ENetUtil
|
||||
|
Reference in New Issue
Block a user