https://github.com/git/git
Raw File
Tip revision: d95553a6b8c5153f541adcfc3346004e8249b0e6 authored by Junio C Hamano on 03 April 2016, 17:11:35 UTC
Git 2.8.1
Tip revision: d95553a
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