https://github.com/git/git
Raw File
Tip revision: a155a5f075cdc09e584a58d68bdce0c80e6c4b5a authored by Junio C Hamano on 03 December 2013, 19:16:56 UTC
Git 1.8.5.1
Tip revision: a155a5f
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