home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE-.1 / ALERT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-22  |  213 b   |  13 lines

  1. /*
  2.  * alert.h : External defs for alert functions
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  5.  */
  6.  
  7. #ifndef _ALERT_H
  8. #define _ALERT_H
  9.  
  10. extern void alert0(),alert1(),alert2();
  11.  
  12. #endif
  13.