Files
freeswitch/libs/xmlrpc-c/lib/abyss/src/socket_win.h

11 lines
144 B
C

#ifndef SOCKET_WIN_H_INCLUDED
#define SOCKET_WIN_H_INCLUDED
void
SocketWinInit(const char ** const errorP);
void
SocketWinTerm(void);
#endif