summaryrefslogtreecommitdiffstats
path: root/src/vfs/shell/shell.h
blob: e485d69e2bda1608513be0d10ab0f2fc7ccdea8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
 * \file
 * \brief Header: Virtual File System: SHELL implementation for transferring files over
 * shell connections
 */


#ifndef MC__VFS_SHELL_H
#define MC__VFS_SHELL_H

/*** typedefs(not structures) and defined constants **********************************************/

/*** enums ***************************************************************************************/

/*** structures declarations (and typedefs of structures)*****************************************/

/*** global variables defined in .c file *********************************************************/

extern int shell_directory_timeout;

/*** declarations of public functions ************************************************************/

void vfs_init_shell (void);

/*** inline functions ****************************************************************************/

#endif /* MC__VFS_SHELL_H */