fix alignment in arpa/inet.h

This commit is contained in:
Lectem 2016-01-17 12:25:41 -05:00
parent 464d6c6363
commit 389807c6a3

View File

@ -27,9 +27,9 @@ static inline uint16_t ntohs(uint16_t netshort)
extern "C" { extern "C" {
#endif #endif
in_addr_t inet_addr(const char *cp); in_addr_t inet_addr(const char *cp);
int inet_aton(const char *cp, struct in_addr *inp); int inet_aton(const char *cp, struct in_addr *inp);
char* inet_ntoa(struct in_addr in); char* inet_ntoa(struct in_addr in);
#ifdef __cplusplus #ifdef __cplusplus
} }