summaryrefslogtreecommitdiffstats
path: root/lib/vfs/netutil.h
blob: 9a1274584863e837677e11cb505f1e7133267063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * \file
 * \brief Header: Virtual File System: Network utilities
 */

#ifndef MC__VFS_NETUTIL_H
#define MC__VFS_NETUTIL_H

#include <signal.h>
/*** typedefs(not structures) and defined constants **********************************************/

/*** enums ***************************************************************************************/

/*** structures declarations (and typedefs of structures)*****************************************/

/*** global variables defined in .c file *********************************************************/

extern SIG_ATOMIC_VOLATILE_T got_sigpipe;

/*** declarations of public functions ************************************************************/

void tcp_init (void);

/*** inline functions ****************************************************************************/
#endif /* MC_VFS_NETUTIL_H */