/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
pack-bitmap.h: remove magic number
[git/git.git]
/
unix-socket.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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 */