Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d5cb9cbd64165153a318e1049f8bf14b09a16b11 authored by Junio C Hamano on 26 August 2016, 20:59:20 UTC
Git 2.10-rc2
Tip revision: d5cb9cb
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