https://github.com/git/git
Raw File
Tip revision: 4224916ae979204f13db2996d9e32490e0acb90f authored by Junio C Hamano on 13 January 2014, 19:28:26 UTC
Git 1.8.5.3
Tip revision: 4224916
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