mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
feb733663f
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
27 lines
823 B
C
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
|