Staging
v0.5.1
https://github.com/git/git
Revision 35936f8fc38a214cc7d2595070641d39a541dfb1 authored by Junio C Hamano on 25 April 2014, 17:03:41 UTC, committed by Junio C Hamano on 25 April 2014, 17:03:41 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1697bf3
Raw File
Tip revision: 35936f8fc38a214cc7d2595070641d39a541dfb1 authored by Junio C Hamano on 25 April 2014, 17:03:41 UTC
Git 2.0-rc1
Tip revision: 35936f8
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