/* 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

extern int charlistlength();
extern void   PrintStatus();
extern void   dump_search_response();
extern void   WriteSource();
extern void   WriteQuestion();
extern int listlength();
extern void DoQuit();
extern void find_value();
extern any* copy_any();
extern boolean init_for_source();

#endif
