summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/network.h')
-rw-r--r--src/io/network.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io/network.h b/src/io/network.h
index ac7284a..647b19c 100644
--- a/src/io/network.h
+++ b/src/io/network.h
@@ -17,7 +17,8 @@ int ZoO_network_receive
(
struct ZoO_network net [const static 1],
size_t msg_offset [const restrict static 1],
- size_t msg_size [const restrict static 1]
+ size_t msg_size [const restrict static 1],
+ enum ZoO_msg_type type [const restrict static 1]
);
int ZoO_network_send (struct ZoO_network net [const restrict static 1]);