WvStreams
wvsocketpair.h
00001 #ifndef __WVSOCKETPAIR_H
00002 #define __WVSOCKETPAIR_H
00003 
00004 #ifndef _WIN32
00005 #include <sys/socket.h>
00006 #endif
00007 
00015 int wvsocketpair(int type, int socks[2]);
00016 
00017 #endif // __WVSOCKETPAIR_H