root/src/vfs/tar/tar.h

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

INCLUDED FROM


   1 #ifndef MC__VFS_TAR_H
   2 #define MC__VFS_TAR_H
   3 
   4 /*** typedefs(not structures) and defined constants **********************************************/
   5 
   6 /*** enums ***************************************************************************************/
   7 
   8 /*** structures declarations (and typedefs of structures)*****************************************/
   9 
  10 /*** global variables defined in .c file *********************************************************/
  11 
  12 /*** declarations of public functions ************************************************************/
  13 
  14 void vfs_init_tarfs (void);
  15 
  16 /*** inline functions ****************************************************************************/
  17 
  18 #endif /* MC__VFS_TAR_H */

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