1 /** 2 * \file 3 * \brief Header: SFTP FS 4 */ 5 6 #ifndef MC__VFS_SFTPFS_H 7 #define MC__VFS_SFTPFS_H 8 9 /*** typedefs(not structures) and defined constants **********************************************/ 10 11 /*** enums ***************************************************************************************/ 12 13 /*** structures declarations (and typedefs of structures)*****************************************/ 14 15 /*** global variables defined in .c file *********************************************************/ 16 17 /*** declarations of public functions ************************************************************/ 18 19 void vfs_init_sftpfs (void); 20 21 /*** inline functions ****************************************************************************/ 22 23 #endif /* MC__VFS_SFTPFS_H */