summaryrefslogtreecommitdiff
path: root/exec.h
blob: 4d6ee88c28998eef5393306193ac6fe947f48eda (plain)
1
2
3
/* SPDX-License-Identifier: GPL-2.0 */
void dss_exec(pid_t *pid, const char *file, char *const *const args);
void dss_exec_cmdline_pid(pid_t *pid, const char *cmdline);