source: projects/initscripts/tags/initscripts-8.91.3/src/process.h @ 1108

Revision 1108, 126 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1#ifndef PROCESS_H
2#define PROCESS_H
3
4
5#define CMD_FD  21
6
7int runCommand(char *cmd, int reexec, int quiet, int debug);
8
9#endif
Note: See TracBrowser for help on using the repository browser.