Staging
v0.5.1
https://github.com/git/git
Revision 5d417842efeafb6e109db7574196901c4e95d273 authored by Junio C Hamano on 31 December 2012, 22:24:22 UTC, committed by Junio C Hamano on 31 December 2012, 22:25:57 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3b73c7d
Raw File
Tip revision: 5d417842efeafb6e109db7574196901c4e95d273 authored by Junio C Hamano on 31 December 2012, 22:24:22 UTC
Git 1.8.1
Tip revision: 5d41784
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