repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add debian syntax highlightion for specific files
[midnight-commander.git]
/
vfs
/
tcputil.h
blob
51c19c85caa900dfb854bfcb1005893d5aa4cbe9
1
#ifndef MC_VFS_TCPUTIL_H
2
#define MC_VFS_TCPUTIL_H
3
4
extern
int
got_sigpipe
;
5
void
tcp_init
(
void
);
6
7
#endif