Added new fnction for manipulate vpath objects:
[midnight-commander.git] / src / vfs / fish / fish.h
blob1f36110218381b94ac32d5039b89464e4c9b8131
2 /**
3 * \file
4 * \brief Header: Virtual File System: FISH implementation for transfering files over
5 * shell connections
6 */
9 #ifndef MC__VFS_FISH_H
10 #define MC__VFS_FISH_H
12 /*** typedefs(not structures) and defined constants **********************************************/
14 /*** enums ***************************************************************************************/
16 /*** structures declarations (and typedefs of structures)*****************************************/
18 /*** global variables defined in .c file *********************************************************/
20 extern int fish_directory_timeout;
22 /*** declarations of public functions ************************************************************/
24 void init_fish(void);
26 /*** inline functions ****************************************************************************/
28 #endif