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