1 /*
2  * mail.h: header for mail.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 __mail_h__
10 #define __mail_h__
11 
12 extern	char	mail_timeref[];
13 
14 	const char *	check_mail	(void);
15 	void	mail_systimer		(void);
16 	void	set_mail_interval	(const void *);
17 	void	set_mail		(const void *);
18 	void	set_mail_type		(const void *);
19 
20 #endif /* _MAIL_H_ */
21