https://github.com/git/git
Raw File
Tip revision: 66edfe9ddc29102fa39edd37f9aecccbaca6a013 authored by Junio C Hamano on 07 November 2014, 20:01:01 UTC
Git 2.2.0-rc1
Tip revision: 66edfe9
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