Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: b75cdfaa882a00f2274e74b21c1a9927d184ed29 authored by Junio C Hamano on 26 April 2013, 22:45:09 UTC
Git 1.8.3-rc0
Tip revision: b75cdfa
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