mc/lib/vfs/mc-vfs/fish.h
Slava Zanko feb733663f Code indentation in lib directory
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-11-24 10:27:20 +03:00

27 lines
823 B
C

/**
* \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