summaryrefslogtreecommitdiffstats
path: root/src/vfs/tar/tar.h
blob: 5ad11b53b1fce87dccd5487ceb9c7b9ad6a6abdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef MC__VFS_TAR_H
#define MC__VFS_TAR_H

/*** typedefs(not structures) and defined constants **********************************************/

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

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

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

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

void vfs_init_tarfs (void);

/*** inline functions ****************************************************************************/

#endif /* MC__VFS_TAR_H */