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
#ifndef _MSC_VER
#ifdef __cplusplus
extern "C" {
extern "C"
{
#endif
const char*
inet_ntop(int af, const void* src, char* dst, size_t size);
int
inet_pton(int af, const char* src, void* dst);
const char*
inet_ntop(int af, const void* src, char* dst, size_t size);
int
inet_pton(int af, const char* src, void* dst);
#ifdef __cplusplus
}
#endif

Loading…
Cancel
Save