mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-15 22:46:59 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
15 lines
202 B
C
15 lines
202 B
C
#ifndef SOCKET_UNIX_H_INCLUDED
|
|
#define SOCKET_UNIX_H_INCLUDED
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <xmlrpc-c/abyss.h>
|
|
|
|
void
|
|
SocketUnixInit(const char ** const errorP);
|
|
|
|
void
|
|
SocketUnixTerm(void);
|
|
|
|
#endif
|