summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/forkexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd3/pbd/forkexec.h')
-rw-r--r--libs/pbd3/pbd/forkexec.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/pbd3/pbd/forkexec.h b/libs/pbd3/pbd/forkexec.h
deleted file mode 100644
index 2af3711390..0000000000
--- a/libs/pbd3/pbd/forkexec.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __forkexec_h__
-#define __forkexec_h__
-
-#include <unistd.h>
-
-pid_t forkexec(char **argv, char **envp, int outpipe[2], int inpipe[2]);
-pid_t forkexec_cmd(char *cmd, char **envp, int outpipe[2], int inpipe[2]);
-
-#endif // __forkexec_h__