Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitchX
GitHub Repository: BitchX/BitchX1.3
Path: blob/master/include/help.h
1069 views
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
18