/*
 * This file is part of the OLH system.
 *
 *      Lucien Van Elsen
 *	MIT Project Athena
 *
 * Copyright (C) 1990 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h".
 *
 *	$Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olh/ascii/help.h,v $
 *	$Id: help.h,v 1.1 1993/10/12 05:44:57 probe Exp $
 *	$Author: probe $
 *      $Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olh/ascii/help.h,v 1.1 1993/10/12 05:44:57 probe Exp $
 */

/*  Help information  */

#define HELP_PRIM	0
#define HELP_KWD	1

#define HELP_FILE_PREFIX "/mit/logos/lib/help_files/"
#define NOVIEWER_TEXT "/mit/logos/lib/help_files/noviewer"

extern char* help_filename[];

extern char* help_text[];

extern int num_help_topics;

#define NUM_INSTR_LINES		5

extern char* instr_text[][NUM_INSTR_LINES];
