mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-19 08:09:14 +00:00
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
|