/** * \file * \brief Header: SFTP FS */ #ifndef MC__VFS_SFTPFS_H #define MC__VFS_SFTPFS_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_sftpfs (void); /*** inline functions ****************************************************************************/ #endif /* MC__VFS_SFTPFS_H */