Staging
v0.5.1
https://github.com/git/git
Revision e46fe3df01435bf523d2ab4f2755556c0e4e6f78 authored by Junio C Hamano on 14 April 2015, 18:57:13 UTC, committed by Junio C Hamano on 14 April 2015, 18:57:13 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7a1aa0c
Raw File
Tip revision: e46fe3df01435bf523d2ab4f2755556c0e4e6f78 authored by Junio C Hamano on 14 April 2015, 18:57:13 UTC
Git 2.4.0-rc2
Tip revision: e46fe3d
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