/*
 * 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/global.h,v $
 *	$Id: global.h,v 1.1 1993/10/12 05:44:48 probe Exp $
 *	$Author: probe $
 *	$Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olh/ascii/global.h,v 1.1 1993/10/12 05:44:48 probe Exp $
 */

#ifndef _GLOBAL_
#define _GLOBAL_

#include "menu.h"

extern char *program;

extern Menu *menu[512];
extern MenuEntry *menu_entry[512];
extern short current[512];
extern short viewed[512];
extern short current_menu;
extern MenuEntry *top_entry;
extern char *top_pointer;

#endif /* _GLOBAL_ */
