root/lib/utilunix.h

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

INCLUDED FROM


   1 /** \file  execute.h
   2  *  \brief Header: execution routines
   3  */
   4 
   5 #ifndef MC__UTILUNIX_H
   6 #define MC__UTILUNIX_H
   7 
   8 /*** typedefs(not structures) and defined constants **********************************************/
   9 
  10 /* flags for shell_execute */
  11 #define EXECUTE_INTERNAL (1 << 0)
  12 #define EXECUTE_AS_SHELL (1 << 2)
  13 #define EXECUTE_HIDE     (1 << 3)
  14 
  15 /*** enums ***************************************************************************************/
  16 
  17 /*** structures declarations (and typedefs of structures)*****************************************/
  18 
  19 /*** global variables defined in .c file *********************************************************/
  20 
  21 /*** declarations of public functions ************************************************************/
  22 
  23 /*** inline functions ****************************************************************************/
  24 
  25 #endif /* MC__UTILUNIX_H */

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