repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Work around funny CR issue
[git/dscho.git]
/
unix-socket.h
blob
e271aeec5a07dc8b38b87345046e8eba642b16b1
1
#ifndef UNIX_SOCKET_H
2
#define UNIX_SOCKET_H
3
4
int
unix_stream_connect
(
const char
*
path
);
5
int
unix_stream_listen
(
const char
*
path
);
6
7
#endif
/* UNIX_SOCKET_H */