https://github.com/git/git
Raw File
Tip revision: 2137ce01f83d254e4917c107901a5a04f61e8c16 authored by Junio C Hamano on 07 April 2013, 15:58:30 UTC
Git 1.8.1.6
Tip revision: 2137ce0
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