X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=exec.h;h=31efc272460adeacce6edf6376058530311940ec;hp=d428adcff6e16035a809c6a55ad71c22256e7cae;hb=dead9f9151ae2cf14c45e87742284e165976e8c0;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29 diff --git a/exec.h b/exec.h index d428adc..31efc27 100644 --- a/exec.h +++ b/exec.h @@ -1,2 +1,2 @@ -int dss_exec(pid_t *pid, const char *file, char *const *const args, int *fds); - +void dss_exec(pid_t *pid, const char *file, char *const *const args); +void dss_exec_cmdline_pid(pid_t *pid, const char *cmdline);