https://github.com/git/git
Raw File
Tip revision: 8c7a786b6c8eae8eac91083cdc9a6e337bc133b0 authored by Junio C Hamano on 21 October 2012, 20:56:23 UTC
Git 1.8.0
Tip revision: 8c7a786
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