unix-socket.hon commit fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. (883e248)
   1#ifndef UNIX_SOCKET_H
   2#define UNIX_SOCKET_H
   3
   4int unix_stream_connect(const char *path);
   5int unix_stream_listen(const char *path);
   6
   7#endif /* UNIX_SOCKET_H */