File: mail.h

package info (click to toggle)
epic4 1%3A3.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,756 kB
  • sloc: ansic: 56,285; makefile: 631; sh: 161; perl: 30
file content (20 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * mail.h: header for mail.c
 *
 * Copyright 1990 Michael Sandrof
 * Copyright 1997 EPIC Software Labs
 * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
 */

#ifndef __mail_h__
#define __mail_h__

extern	char	mail_timeref[];

	const char *	check_mail	(void);
	void	mail_systimer		(void);
	void	set_mail_interval	(const void *);
	void	set_mail		(const void *);
	void	set_mail_type		(const void *);

#endif /* _MAIL_H_ */