home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE0.TAR / confirm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-21  |  302 b   |  12 lines

  1. /*
  2.  * confirm.h : A popup yes/no confirmer.
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 21 Aug 1991.
  5.  *
  6.  */
  7.  
  8. extern Boolean confirm0(/* str */);
  9. extern Boolean confirm1(/* fmt,arg */);
  10. extern void confirmYes(/* w,event,params,numparams */);
  11. extern void confirmNo(/* w,event,params,numparams */);
  12.