Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: b0ec16b49eb283156e13bbef26466d948e4fd992 authored by Junio C Hamano on 01 October 2012, 20:09:47 UTC
Git 1.8.0-rc0
Tip revision: b0ec16b
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