X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=exec.h;h=b95aba151581364ea64b7b2e5ddc6950f2a4f196;hp=d428adcff6e16035a809c6a55ad71c22256e7cae;hb=723146898de138324dd6e421af05fd61c6cda848;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29 diff --git a/exec.h b/exec.h index d428adc..b95aba1 100644 --- a/exec.h +++ b/exec.h @@ -1,2 +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);