summaryrefslogtreecommitdiff
path: root/unix-socket.h
blob: e271aeec5a07dc8b38b87345046e8eba642b16b1 (plain)
1
2
3
4
5
6
7
#ifndef UNIX_SOCKET_H
#define UNIX_SOCKET_H
 
int unix_stream_connect(const char *path);
int unix_stream_listen(const char *path);
 
#endif /* UNIX_SOCKET_H */