mc/lib/vfs/mc-vfs/fish.h
Slava Zanko 52f6bed7d0 Moved dir $(srcdir)/vfs into $(srcdir)/lib/vfs/mc-vfs
Also, initial support of library directory.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-01-26 10:30:21 +02:00

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