diff options
Diffstat (limited to '')
-rw-r--r-- | src/vfs/undelfs/undelfs.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/vfs/undelfs/undelfs.h b/src/vfs/undelfs/undelfs.h new file mode 100644 index 0000000..9e32458 --- /dev/null +++ b/src/vfs/undelfs/undelfs.h @@ -0,0 +1,18 @@ +#ifndef MC__VFS_UNDELFS_H +#define MC__VFS_UNDELFS_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_undelfs (void); + +/*** inline functions ****************************************************************************/ + +#endif /* MC__VFS_UNDELFS_H */ |