/** * \file * \brief Header: Virtual File System: SHELL implementation for transferring files over * shell connections */ #ifndef MC__VFS_SHELL_H #define MC__VFS_SHELL_H /*** typedefs(not structures) and defined constants **********************************************/ /*** enums ***************************************************************************************/ /*** structures declarations (and typedefs of structures)*****************************************/ /*** global variables defined in .c file *********************************************************/ extern int shell_directory_timeout; /*** declarations of public functions ************************************************************/ void vfs_init_shell (void); /*** inline functions ****************************************************************************/ #endif