https://github.com/git/git
Raw File
Tip revision: 554f6e41067b9e3e565b6988a8294fac1cb78f4b authored by Junio C Hamano on 22 December 2015, 22:46:01 UTC
Git 2.7-rc2
Tip revision: 554f6e4
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