mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
7 lines
88 B
C
7 lines
88 B
C
|
#ifndef MC_VFS_FISH_H
|
||
|
#define MC_VFS_FISH_H
|
||
|
|
||
|
extern int fish_directory_timeout;
|
||
|
|
||
|
#endif
|