1234567891011121314151617181920212223242526 |
- /**
- * \file
- * \brief Header: Virtual File System: FISH implementation for transfering files over
- * shell connections
- */
- #ifndef MC__VFS_FISH_H
- #define MC__VFS_FISH_H
- /*** typedefs(not structures) and defined constants **********************************************/
- /*** enums ***************************************************************************************/
- /*** structures declarations (and typedefs of structures)*****************************************/
- /*** global variables defined in .c file *********************************************************/
- extern int fish_directory_timeout;
- /*** declarations of public functions ************************************************************/
- /*** inline functions ****************************************************************************/
- #endif
|