https://github.com/git/git
Raw File
Tip revision: bafc478f1618534fcb85bedc0fa224bd2d462441 authored by Junio C Hamano on 15 September 2012, 03:57:23 UTC
Git 1.7.11.7
Tip revision: bafc478
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