Revision dc6294e486dd1163b36d657c0791df1d12aa6441 authored by Dylan Simon on 07 October 2012, 22:41:23 UTC, committed by Dylan Simon on 11 October 2012, 20:22:12 UTC
1 parent 234cd45
Raw File
unix-socket.h
#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 */
back to top