mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-26 14:27:04 +03:00
52f6bed7d0
Also, initial support of library directory. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
14 lines
181 B
C
14 lines
181 B
C
|
|
/**
|
|
* \file
|
|
* \brief Header: Virtual File System: Network utilities
|
|
*/
|
|
|
|
#ifndef MC_VFS_TCPUTIL_H
|
|
#define MC_VFS_TCPUTIL_H
|
|
|
|
extern int got_sigpipe;
|
|
void tcp_init (void);
|
|
|
|
#endif
|