Improve comment of snapshot_currently_being_removed.
[dss.git] / exec.h
diff --git a/exec.h b/exec.h
index d428adcff6e16035a809c6a55ad71c22256e7cae..4d6ee88c28998eef5393306193ac6fe947f48eda 100644 (file)
--- 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);
-
+/* 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);