X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=exec.h;h=4d6ee88c28998eef5393306193ac6fe947f48eda;hb=2f2b61d159e93e3da97c21da3d644c2c549bf12c;hp=b95aba151581364ea64b7b2e5ddc6950f2a4f196;hpb=301b9cccfc5de2489b70a46850933ff688ed9732;p=dss.git diff --git a/exec.h b/exec.h index b95aba1..4d6ee88 100644 --- a/exec.h +++ b/exec.h @@ -1,3 +1,3 @@ -int dss_exec(pid_t *pid, const char *file, char *const *const args, int *fds); -int dss_exec_cmdline_pid(pid_t *pid, const char *cmdline, int *fds); - +/* 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);