Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 004825d314db4ba3f34ef499e3522ef72792d896 authored by Junio C Hamano on 17 February 2013, 23:35:33 UTC
Git 1.8.2-rc0
Tip revision: 004825d
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