https://github.com/git/git
Raw File
Tip revision: a7312d1a28ff3ab0a5a5427b35f01d943103cba8 authored by Johannes Schindelin on 04 December 2019, 22:07:46 UTC
Git 2.23.1
Tip revision: a7312d1
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