initscripts/src/process.h
2011-04-26 12:26:24 +02:00

10 lines
126 B
C

#ifndef PROCESS_H
#define PROCESS_H
#define CMD_FD 21
int runCommand(char *cmd, int reexec, int quiet, int debug);
#endif