https://github.com/git/git
Raw File
Tip revision: 4843cdefe3f30d19c1b2cf601522152c1413459a authored by Junio C Hamano on 19 October 2017, 05:49:17 UTC
Git 2.15-rc2
Tip revision: 4843cde
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