rsync: Remove hardcoded --quiet option.
[dss.git] / exec.h
diff --git a/exec.h b/exec.h
index b95aba151581364ea64b7b2e5ddc6950f2a4f196..31efc272460adeacce6edf6376058530311940ec 100644 (file)
--- a/exec.h
+++ b/exec.h
@@ -1,3 +1,2 @@
-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);
-
+void dss_exec(pid_t *pid, const char *file, char *const *const args);
+void dss_exec_cmdline_pid(pid_t *pid, const char *cmdline);