home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / x / display.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-04  |  638 b   |  31 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9. */
  10.  
  11. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  12.  
  13. /*
  14.  * $Log: display.h,v $
  15.  * Revision 1.2  1994/08/05  07:23:59  pfeifer
  16.  * Release beta 04
  17.  *
  18.  * Revision 1.1  1993/02/16  15:10:18  freewais
  19.  * Initial revision
  20.  *
  21.  * Revision 1.2  92/03/17  14:23:29  jonathan
  22.  * Initial Revision
  23.  * 
  24.  */
  25.  
  26. #ifndef _H_DISPLAY
  27. #define _H_DISPLAY
  28. Widget SetupWaisDisplay _AP((Widget parent));
  29. #endif
  30.  
  31.