]> git.pld-linux.org Git - projects/rc-scripts.git/blob - src/process.h
netfs: respect VSERVER_ISOLATION_NET here as well
[projects/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
This page took 0.037545 seconds and 3 git commands to generate.