Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6c85aac65fb455af85745130ce35ddae4678db84 authored by Junio C Hamano on 16 March 2020, 19:46:32 UTC
Git 2.26-rc2
Tip revision: 6c85aac
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