]> git.pld-linux.org Git - projects/rc-scripts.git/blame - src/process.h
Clean and recreate systemd tmpfiles (even if not using systemd).
[projects/rc-scripts.git] / src / process.h
CommitLineData
cee18a41
AM
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
This page took 1.189132 seconds and 4 git commands to generate.