File: help.h

package info (click to toggle)
epic 3.004-10
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,180 kB
  • ctags: 3,207
  • sloc: ansic: 40,836; makefile: 526; sh: 121; perl: 17
file content (18 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * help.h: header for help.c
 *
 * copyright(c) 1994 matthew green
 *
 * See the copyright file, or do a help ircii copyright
 *
 * @(#)$Id: help.h,v 1.2 1995/01/02 13:31:30 mrg stable $
 */

#ifndef __help_h
# define __help_h

#include "irc_std.h"

extern        void    help _((char *, char *, char *));

#endif /* __help_h */