AlloyMUSH-1.1/conf/
AlloyMUSH-1.1/misc/
AlloyMUSH-1.1/scripts/
AlloyMUSH-1.1/vms/
/* help.h */
#ifndef _help_h
#define _help_h

#ifndef	lint
static char help_RCSid[] = "$Id: help.h,v 1.3 1994/10/24 15:01:32 xmen Exp $";

#endif

#define  LINE_SIZE		90

#define  TOPIC_NAME_LEN		30

  typedef struct {
      long pos;			/* index into help file */
      int len;			/* length of help entry */
      char topic[TOPIC_NAME_LEN + 1];	/* topic of help entry */
  }
help_indx;

#endif /* _help_h */