]> TLD Linux GIT Repositories - rc-scripts.git/blob - src/process.h
- from PLD
[rc-scripts.git] / src / process.h
1 #ifndef PROCESS_H
2 #define PROCESS_H
3
4
5 #define CMD_FD  21
6
7 int runCommand(char *cmd, int reexec, int quiet, int debug);
8
9 #endif