diff options
Diffstat (limited to 'camel/camel-tcp-stream.h')
-rw-r--r-- | camel/camel-tcp-stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-tcp-stream.h b/camel/camel-tcp-stream.h index 2c4d022168..9472da10ee 100644 --- a/camel/camel-tcp-stream.h +++ b/camel/camel-tcp-stream.h @@ -89,8 +89,8 @@ typedef struct _CamelSockOptData { } CamelSockOptData; typedef enum { - CAMEL_TCP_ADDRESS_IPV4, - CAMEL_TCP_ADDRESS_IPV6 + CAMEL_TCP_ADDRESS_IPv4, + CAMEL_TCP_ADDRESS_IPv6 } CamelTcpAddressFamily; typedef struct { |