mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
0a7899709b
Mostly \file and \brief tag added. Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
15 lines
215 B
C
15 lines
215 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
|
|
|
|
extern int fish_directory_timeout;
|
|
|
|
#endif
|