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

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

   Version 0.82
   Tue Apr 30 1991

   jonathan@Think.COM

*/

#ifndef _H_DISPLAY
#define _H_DISPLAY

extern Widget MakeQuestionPopup();
extern Widget SetupWaisDisplay();
extern Widget MakeTextSavePopup();
extern Widget MakeSavePopup();
extern Widget MakeTextPopup();

#endif

