Clarify of sig_atomic_t usage (got from Mutt).
[midnight-commander.git] / lib / vfs / netutil.h
blob9a1274584863e837677e11cb505f1e7133267063
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 SIG_ATOMIC_VOLATILE_T got_sigpipe;
21 /*** declarations of public functions ************************************************************/
23 void tcp_init (void);
25 /*** inline functions ****************************************************************************/
26 #endif /* MC_VFS_NETUTIL_H */