summaryrefslogtreecommitdiff
path: root/pgm7/child.h
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-02-02 22:59:54 -0500
committer53hornet <53hornet@gmail.com>2019-02-02 22:59:54 -0500
commit379c2c17e68d5d471a6a9673b7e9cd1fb9d99bbb (patch)
treeeed499da8211a5eece757639331a2d82bce4fa4c /pgm7/child.h
downloadcsci415-379c2c17e68d5d471a6a9673b7e9cd1fb9d99bbb.tar.xz
csci415-379c2c17e68d5d471a6a9673b7e9cd1fb9d99bbb.zip
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