initscripts/src/process.h

10 lines
126 B
C
Raw Normal View History

2011-04-26 12:26:24 +02:00
#ifndef PROCESS_H
#define PROCESS_H
#define CMD_FD 21
int runCommand(char *cmd, int reexec, int quiet, int debug);
#endif