Ticket #3890: syntax - add mjs extension to JavaScript pattern
[midnight-commander.git] / src / subshell / internal.h
blob8395320b83391d8d39df16f056ee8abb1a5e1d8e
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_from_current_panel (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 */