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
vfs/smb: removed own obsolete and broken substitution of strchr
[midnight-commander.git]
/
vfs
/
tcputil.h
blob
31afc0ffa400ff16f38222b66bb430c1cc839fc2
1
2
/**
3
* \file
4
* \brief Header: Virtual File System: Network utilities
5
*/
6
7
#ifndef MC_VFS_TCPUTIL_H
8
#define MC_VFS_TCPUTIL_H
9
10
extern
int
got_sigpipe
;
11
void
tcp_init
(
void
);
12
13
#endif