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