https://github.com/git/git
Raw File
Tip revision: bdfc6b364a51b19efbacbd46fcef5be41a5db50e authored by Junio C Hamano on 08 December 2015, 22:07:30 UTC
Git 2.6.4
Tip revision: bdfc6b3
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