Ticket #1545: Don't escape tilde on cmdline, this is not necessary.
[midnight-commander.git] / vfs / fish.h
blobbae43ca04180b94d0a63d497e00c3d7a661d50fb
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 extern int fish_directory_timeout;
14 #endif