aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-06-05 20:31:31 +0000
committereihrul <eihrul>2010-06-05 20:31:31 +0000
commit2d985dba913f815302b8fb86c9ff0956f3c2f1a3 (patch)
treed156a1972b119b37e34273c03f2bd268c1c25341 /include
parent4c8544636be6c928e6675529c46d3c1d1d248f7d (diff)
downloadenet-2d985dba913f815302b8fb86c9ff0956f3c2f1a3.tar.gz
enet-2d985dba913f815302b8fb86c9ff0956f3c2f1a3.zip
fragment dispatching fix
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index 2aa61f1..17a34e7 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -500,6 +500,8 @@ extern void enet_peer_setup_outgoing_command (ENetPeer *, ENetO
extern ENetOutgoingCommand * enet_peer_queue_outgoing_command (ENetPeer *, const ENetProtocol *, ENetPacket *, enet_uint32, enet_uint16);
extern ENetIncomingCommand * enet_peer_queue_incoming_command (ENetPeer *, const ENetProtocol *, ENetPacket *, enet_uint32);
extern ENetAcknowledgement * enet_peer_queue_acknowledgement (ENetPeer *, const ENetProtocol *, enet_uint16);
+extern void enet_peer_dispatch_incoming_unreliable_commands (ENetPeer *, ENetChannel *);
+extern void enet_peer_dispatch_incoming_reliable_commands (ENetPeer *, ENetChannel *);
extern size_t enet_protocol_command_size (enet_uint8);