https://github.com/git/git
Raw File
Tip revision: 304852fc77847e649c746db95e9c4675c03ee567 authored by Junio C Hamano on 01 August 2013, 19:01:53 UTC
Git 1.8.4-rc1
Tip revision: 304852f
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