home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE2.TAR / dialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-20  |  264 b   |  11 lines

  1. /*
  2.  * dialog.h : A popup string entry box.
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 20 Oct 1991.
  5.  *
  6.  */
  7.  
  8. extern char *dialog(/* str,value */);
  9. extern void dialogOk(/* w,event,params,numparams */);
  10. extern void dialogCancel(/* w,event,params,numparams */);
  11.