pull/16/head
Ryan Tharp 6 years ago
parent 2aa091f98d
commit 63b0219191

@ -7,12 +7,13 @@
// because this shit is not defined for Windows NT reeeee // because this shit is not defined for Windows NT reeeee
#ifndef _MSC_VER #ifndef _MSC_VER
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C"
{
#endif #endif
const char* const char*
inet_ntop(int af, const void* src, char* dst, size_t size); inet_ntop(int af, const void* src, char* dst, size_t size);
int int
inet_pton(int af, const char* src, void* dst); inet_pton(int af, const char* src, void* dst);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

Loading…
Cancel
Save