1 /*
2  * numbers.h: header for numbers.c
3  *
4  * Copyright 1990 Michael Sandrof
5  * Copyright 1997 EPIC Software Labs
6  * see the copyright file, or do a help ircii copyright
7  */
8 
9 #ifndef __numbers_h__
10 #define __numbers_h__
11 
12 const	char *	banner 			(void);
13 	void	numbered_command 	(const char *, const char *, const char **);
14 	void	nickname_sendline 	(char *, char *);
15 
16 #endif /* _NUMBERS_H_ */
17