/* * notify.h: header for notify.c * * Written By Michael Sandrof * * Copyright(c) 1990 * * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT * * @(#)$Id: notify.h,v 1.6 1994/07/02 02:38:10 mrg Stab $ */ #ifndef _NOTIFY_H_ #define _NOTIFY_H_ extern void notify(); extern void do_notify(); extern void notify_mark __P((char *, int, int)); extern void save_notify(); extern void set_notify_handler __P((char *)); #endif /* _NOTIFY_H_ */