src/filemanager/chattr.c: fix coding style.
[midnight-commander.git] / src / subshell / internal.h
blob101b85b67e9135f71b0aea09579bc586a6a140d5
1 /** \file internal.h
2 * \brief Header: internal functions and variables
3 */
5 #ifndef MC__SUBSHELL_INTERNAL_H
6 #define MC__SUBSHELL_INTERNAL_H
8 /* TODO: merge content of layout.h here */
10 /*** typedefs(not structures) and defined constants **********************************************/
12 /*** enums ***************************************************************************************/
14 /*** structures declarations (and typedefs of structures)*****************************************/
16 /*** global variables defined in .c file *********************************************************/
18 /*** declarations of public functions ************************************************************/
20 const vfs_path_t *subshell_get_cwd (void);
21 void subshell_handle_cons_saver (void);
23 int subshell_get_mainloop_quit (void);
24 void subshell_set_mainloop_quit (const int param_quit);
27 /*** inline functions ****************************************************************************/
29 #endif /* MC__SUBSHELL_INTERNAL_H */