tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'
[git.git] / unix-socket.h
blobe271aeec5a07dc8b38b87345046e8eba642b16b1
1 #ifndef UNIX_SOCKET_H
2 #define UNIX_SOCKET_H
4 int unix_stream_connect(const char *path);
5 int unix_stream_listen(const char *path);
7 #endif /* UNIX_SOCKET_H */