root/lib/vfs/netutil.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


   1 
   2 /**
   3  * \file
   4  * \brief Header: Virtual File System: Network utilities
   5  */
   6 
   7 #ifndef MC__VFS_NETUTIL_H
   8 #define MC__VFS_NETUTIL_H
   9 
  10 #include <signal.h>
  11 /*** typedefs(not structures) and defined constants **********************************************/
  12 
  13 /*** enums ***************************************************************************************/
  14 
  15 /*** structures declarations (and typedefs of structures)*****************************************/
  16 
  17 /*** global variables defined in .c file *********************************************************/
  18 
  19 extern SIG_ATOMIC_VOLATILE_T got_sigpipe;
  20 
  21 /*** declarations of public functions ************************************************************/
  22 
  23 void tcp_init (void);
  24 
  25 /*** inline functions ****************************************************************************/
  26 #endif /* MC_VFS_NETUTIL_H */

/* [previous][next][first][last][top][bottom][index][help]  */