]> git.tuebingen.mpg.de Git - dss.git/blob - exec.h
Fix compute_next_snapshot_time().
[dss.git] / exec.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 void dss_exec(pid_t *pid, const char *file, char *const *const args);
3 void dss_exec_cmdline_pid(pid_t *pid, const char *cmdline);