https://github.com/git/git
Raw File
Tip revision: 6c4ab27f2378ce67940b4496365043119d7ffff2 authored by Junio C Hamano on 15 August 2014, 22:09:12 UTC
Git 2.1
Tip revision: 6c4ab27
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