summaryrefslogtreecommitdiff
path: root/exec.h
blob: e8685ea8d42ddbb393fdb576246561d21a304098 (plain)
1
2
3
4
/* 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);