1 /*
2  * notice.h -- header file for notice.c
3  *
4  * Copyright 1990, 1995 Michael Sandrof, Matthew Green
5  * Copyright 1997 EPIC Software Labs
6  */
7 
8 #ifndef __notice_h__
9 #define __notice_h__
10 
11 	void 	p_notice 		(const char *, const char *, const char **);
12 	void 	got_initial_version_28 	(const char *, const char *, const char *);
13 	void	load_ircrc		(void);
14 
15 #endif
16