home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE2.TAR / alert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-04  |  303 b   |  12 lines

  1. /*
  2.  * alert.h : External defs for the popup click-to-remove message box.
  3.  *
  4.  * George ferguson, ferguson@cs.rochester.edu, 4 Sep 1991.
  5.  *
  6.  */
  7.  
  8. extern void alert0(/* str */);
  9. extern void alert1(/* fmt,arg */);
  10. extern void alert2(/* fmt,arg1,arg2 */);
  11. extern void alertOk(/* w,event,params,numparams */);
  12.