Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unix-socket.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e271aeec5a07dc8b38b87345046e8eba642b16b1 (plain)
1
2
3
4
5
6
7
#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 */