https://github.com/git/git
Raw File
Tip revision: e09e4024a070e666ed40b66442e8151b91d623e4 authored by Junio C Hamano on 11 September 2012, 18:18:48 UTC
Git 1.7.11.6
Tip revision: e09e402
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