https://github.com/git/git
Raw File
Tip revision: 8ced9c90a28f6abc80dc5ad4cf7921c2322c0bb0 authored by Junio C Hamano on 26 March 2012, 19:23:34 UTC
Git 1.7.9.5
Tip revision: 8ced9c9
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