fish.h 215 B

1234567891011121314
  1. /**
  2. * \file
  3. * \brief Header: Virtual File System: FISH implementation for transfering files over
  4. * shell connections
  5. */
  6. #ifndef MC_VFS_FISH_H
  7. #define MC_VFS_FISH_H
  8. extern int fish_directory_timeout;
  9. #endif