https://github.com/git/git
Raw File
Tip revision: aa25c82427ae70aebf3b8f970f2afd54e9a2a8c6 authored by Junio C Hamano on 19 May 2019, 07:46:42 UTC
Git 2.22-rc1
Tip revision: aa25c82
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