Merge branch 'refs/heads/t/configtest'
[dss.git] / exec.h
diff --git a/exec.h b/exec.h
index d428adcff6e16035a809c6a55ad71c22256e7cae..31efc272460adeacce6edf6376058530311940ec 100644 (file)
--- 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);