/*
 * This file is part of the OLH On-Line Help system
 *
 *	Chris VanHaren
 *      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/athena.mit.edu/astaff/project/olhdev/src/motif/RCS/Keywords.h,v $
 *      $Id: Keywords.h,v 1.2 91/02/28 14:40:41 lwvanels Exp $
 *      $Author: lwvanels $
 */

#ifndef _KEYWORDS_
#define _KEYWORDS_

extern Menu *k_menu[10];
extern short k_current[10];
extern Widget k_menu_btn[10];
extern short k_current_menu;

#endif
