https://github.com/git/git
Raw File
Tip revision: 564705c7f0938107f372cc1aa3a54689f30473bf authored by Junio C Hamano on 22 April 2015, 20:52:43 UTC
Git 2.4.0-rc3
Tip revision: 564705c
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