From 379c2c17e68d5d471a6a9673b7e9cd1fb9d99bbb Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 2 Feb 2019 22:59:54 -0500 Subject: Init. --- pgm7/child.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pgm7/child.h (limited to 'pgm7/child.h') 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 +#include +#include + +int start_child(char *cmd, FILE **readpipe, FILE **writepipe); +void i_am_the_master_commander(char *handle, char *opphandle, FILE **writeTo); + +#endif -- cgit v1.2.3