repo.or.cz
/
kaloumi3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '2121_dir_symlink'
[kaloumi3.git]
/
lib
/
vfs
/
mc-vfs
/
netutil.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