1 /*
2  * help.h: header for help.c
3  *
4  * copyright(c) 1994 matthew green
5  *
6  * See the copyright file, or do a help ircii copyright
7  *
8  * @(#)$Id: help.h 3 2008-02-25 09:49:14Z keaston $
9  */
10 
11 #ifndef __help_h
12 # define __help_h
13 
14 	void	help (char *, char *, char *, char *);
15 
16 #endif /* __help_h */
17