summaryrefslogtreecommitdiff
path: root/pgm7/child.h
blob: 786bf7c8f376e97151c8acfe469196387588ebd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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