Staging
v0.5.1
https://github.com/git/git
Revision c522f061d551c9bb8684a7c3859b2ece4499b56b authored by Junio C Hamano on 17 February 2020, 04:37:38 UTC, committed by Junio C Hamano on 17 February 2020, 04:37:38 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6141e0c
Raw File
Tip revision: c522f061d551c9bb8684a7c3859b2ece4499b56b authored by Junio C Hamano on 17 February 2020, 04:37:38 UTC
Git 2.25.1
Tip revision: c522f06
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