mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-21 09:02:37 +00:00
11 lines
144 B
C
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
|