blob: 7fb67b4422267275d45f5fcb017ac4b3bebb18dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef fooinet_ntophfoo
#define fooinet_ntophfoo
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include "winsock.h"
const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);
#endif
|