Staging
v0.5.1
https://github.com/git/git
Revision fdf96a20acf96a6ac538df8113b2aafd6ed71d50 authored by Junio C Hamano on 12 January 2015, 22:06:12 UTC, committed by Junio C Hamano on 12 January 2015, 22:06:12 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9f16184
Raw File
Tip revision: fdf96a20acf96a6ac538df8113b2aafd6ed71d50 authored by Junio C Hamano on 12 January 2015, 22:06:12 UTC
Git 2.2.2
Tip revision: fdf96a2
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