aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
blob: ef98f7875a12d62944cd842ea82ca53921219eae (plain)
1
2
3
4
5
6
7
8
9
#ifndef PROCESS_H
#define PROCESS_H


#define CMD_FD	21

int runCommand(char *cmd, int reexec, int quiet, int debug);

#endif