home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / wais-8-b5.tar.Z / wais-8-b5.tar / wais-8-b5 / x / filereq.h < prev    next >
C/C++ Source or Header  |  1992-04-30  |  715b  |  28 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 X user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  *
  10.  * $Log:    filereq.h,v $
  11.  * Revision 1.2  92/04/30  12:23:12  jonathan
  12.  * Added prototype for clearReqButtons.
  13.  * 
  14.  * Revision 1.1  92/03/25  18:52:01  jonathan
  15.  * Initial revision
  16.  * 
  17.  */
  18.  
  19. #ifndef _H_FILEREQ
  20. #define _H_FILEREQ
  21.  
  22. void SetFileName _AP((Widget w,XtPointer closure, XtPointer call_data));
  23. void SetDir _AP((Widget w,XtPointer closure, XtPointer call_data));
  24. void clearReqButtons _AP((void));
  25. ScrollList MakeSaveRequester _AP((Widget parent));
  26.  
  27. #endif
  28.