https://github.com/git/git
Raw File
Tip revision: ac84098b7e32406a982ac01cc76a663d5605224b authored by Junio C Hamano on 28 October 2016, 16:02:44 UTC
Git 2.10.2
Tip revision: ac84098
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