From 790867d984841ba0e28c4100615590870895e7d4 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 30 Aug 2013 03:02:11 -0400 Subject: Changed naming for IP union. --- toxcore/network.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxcore/network.h') diff --git a/toxcore/network.h b/toxcore/network.h index 685341ad..32850944 100644 --- a/toxcore/network.h +++ b/toxcore/network.h @@ -81,9 +81,9 @@ typedef union { - uint8_t c[4]; - uint16_t s[2]; - uint32_t i; + uint8_t uint8[4]; + uint16_t uint16[2]; + uint32_t uint32; } IP; typedef union { -- cgit v1.2.3