1 #ifndef CNTL_H
2 #define CNTL_H
3 
4 #include "evnt.h"
5 
6 extern void cntl_make_file(Vlg *, const char *);
7 
8 extern void cntl_child_make(unsigned int);
9 extern void cntl_child_free(void);
10 
11 extern void cntl_child_pid(pid_t, int);
12 
13 extern void cntl_sc_multiproc(Vlg *, unsigned int, int, int);
14 
15 #endif
16