root/src/subshell/internal.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


   1 /** \file internal.h
   2  *  \brief Header: internal functions and variables
   3  */
   4 
   5 #ifndef MC__SUBSHELL_INTERNAL_H
   6 #define MC__SUBSHELL_INTERNAL_H
   7 
   8 /* TODO: merge content of layout.h here */
   9 
  10 /*** typedefs(not structures) and defined constants **********************************************/
  11 
  12 /*** enums ***************************************************************************************/
  13 
  14 /*** structures declarations (and typedefs of structures)*****************************************/
  15 
  16 /*** global variables defined in .c file *********************************************************/
  17 
  18 /*** declarations of public functions ************************************************************/
  19 
  20 const vfs_path_t *subshell_get_cwd (void);
  21 void subshell_handle_cons_saver (void);
  22 
  23 int subshell_get_mainloop_quit (void);
  24 void subshell_set_mainloop_quit (const int param_quit);
  25 
  26 
  27 /*** inline functions ****************************************************************************/
  28 
  29 #endif /* MC__SUBSHELL_INTERNAL_H */

/* [previous][next][first][last][top][bottom][index][help]  */