mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
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
|