summaryrefslogtreecommitdiff
path: root/pgm7/child.h
diff options
context:
space:
mode:
Diffstat (limited to 'pgm7/child.h')
-rw-r--r--pgm7/child.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pgm7/child.h b/pgm7/child.h
new file mode 100644
index 0000000..786bf7c
--- /dev/null
+++ b/pgm7/child.h
@@ -0,0 +1,11 @@
+#ifndef _mdw_CHILD_H
+#define _mdw_CHILD_H
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/time.h>
+
+int start_child(char *cmd, FILE **readpipe, FILE **writepipe);
+void i_am_the_master_commander(char *handle, char *opphandle, FILE **writeTo);
+
+#endif