
Also, initial support of library directory. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
15 строки
215 B
C
15 строки
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
|