
#ifndef	_Notice_h_
#define	_Notice_h_


extern	int	Notice_Initialize();
extern	void	Notice_Subscribe();
extern	void	Notice_Send();
extern	char*	Notice_Receive();


#endif	/* ndef _Notice_h_ */
