/* 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_UTIL
#define _H_UTIL

int get_selected_item();
int charlistlength();
void   PrintStatus();
void XwaisPrintf();
void ReplaceText();
Widget MakeCommandButton();
Widget MakeListWidget();
ScrollList MakeScrollList();
Widget MakeStringBox();
String GetString();
Widget MakeLabel();
int find_string_slot();
void find_value();
any* copy_any();
void SortSources();
char* get_filename();

#endif
