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

   Version 0.8
   Fri Feb  1 1991

   jonathan@Think.COM

*/

#ifndef _H_SourceID
#define _H_SourceID

typedef struct SourceID {
  char *filename;
} _SourceID, *SourceID;

short ReadSourceID();

#endif
