repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ticket #1545: Don't escape tilde on cmdline, this is not necessary.
[midnight-commander.git]
/
vfs
/
fish.h
blob
bae43ca04180b94d0a63d497e00c3d7a661d50fb
1
2
/**
3
* \file
4
* \brief Header: Virtual File System: FISH implementation for transfering files over
5
* shell connections
6
*/
7
8
9
#ifndef MC_VFS_FISH_H
10
#define MC_VFS_FISH_H
11
12
extern
int
fish_directory_timeout
;
13
14
#endif