Updated doc/NEWS file
[midnight-commander.git] / lib / utilunix.h
blob922d2657a755850922e7ca88a20e5adc980d51d3
1 /** \file execute.h
2 * \brief Header: execution routines
3 */
5 #ifndef MC__UTILUNIX_H
6 #define MC__UTILUNIX_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /* flags for shell_execute */
11 #define EXECUTE_INTERNAL (1 << 0)
12 #define EXECUTE_AS_SHELL (1 << 2)
13 #define EXECUTE_HIDE (1 << 3)
15 /*** enums ***************************************************************************************/
17 /*** structures declarations (and typedefs of structures)*****************************************/
19 /*** global variables defined in .c file *********************************************************/
21 /*** declarations of public functions ************************************************************/
23 /*** inline functions ****************************************************************************/
25 #endif /* MC__UTILUNIX_H */