WvStreams
debian/libwvstreams-dev/usr/include/wvstreams/wvsocketpair.h
1#ifndef __WVSOCKETPAIR_H
2#define __WVSOCKETPAIR_H
3
4#ifndef _WIN32
5#include <sys/socket.h>
6#endif
7
15int wvsocketpair(int type, int socks[2]);
16
17#endif // __WVSOCKETPAIR_H