1 /*
2  * Written and CopyRight by Colten Edwards 03-09-96
3  *
4  *
5  */
6 
7 #ifndef __chelp_h
8 #define __chelp_h
9 
10 extern void chelp (char *, char *, char *, char *);
11 
12 #endif
13