aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
blob: 6c796cb2ef35e483defcc9272f6f805595d6fc9d (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);

#endif