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

   jonathan@Think.COM

 * $Log:	wais.h,v $
 */

#ifndef H_GLOBALS
#define H_GLOBALS

#ifdef MAIN
#define ext
#else
#define ext extern
#endif

ext char* command_name;

ext char *sdir, *cdir;

ext int numtosave;

ext int NumQuestions;

ext Question the_Question;

ext SList Sources;
ext int NumSources;

ext int maxDocs;

#endif
