/* WIDE AREA INFORMATION SERVER SOFTWARE:
   No guarantees or restrictions.  See the readme file for the full standard
   disclaimer.

   This is part of the X user-interface for the WAIS software.  Do with it
   as you please.

   jonathan@Think.COM
 *
 * $Log:	filereq.h,v $
 * Revision 1.2  92/04/30  12:23:12  jonathan
 * Added prototype for clearReqButtons.
 * 
 * Revision 1.1  92/03/25  18:52:01  jonathan
 * Initial revision
 * 
 */

#ifndef _H_FILEREQ
#define _H_FILEREQ

void SetFileName _AP((Widget w,XtPointer closure, XtPointer call_data));
void SetDir _AP((Widget w,XtPointer closure, XtPointer call_data));
void clearReqButtons _AP((void));
ScrollList MakeSaveRequester _AP((Widget parent));

#endif
