1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-08 05:54:45 +00:00

15 lines
202 B
C
Raw Normal View History

#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