18fdbc283572ebeb9f9a716db59483ed23404d4b
[midnight-commander.git] / lib / vfs / netutil.h
blob18fdbc283572ebeb9f9a716db59483ed23404d4b
2 /**
3 * \file
4 * \brief Header: Virtual File System: Network utilities
5 */
7 #ifndef MC__VFS_NETUTIL_H
8 #define MC__VFS_NETUTIL_H
10 #include <signal.h>
11 /*** typedefs(not structures) and defined constants **********************************************/
13 /*** enums ***************************************************************************************/
15 /*** structures declarations (and typedefs of structures)*****************************************/
17 /*** global variables defined in .c file *********************************************************/
19 extern volatile sig_atomic_t got_sigpipe;
21 /*** declarations of public functions ************************************************************/
23 void tcp_init (void);
25 /*** inline functions ****************************************************************************/
26 #endif /* MC_VFS_NETUTIL_H */