/*
 * 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/sipb.mit.edu/project/sipb-athena/repository/src/olh/motif/Keywords.h,v $
 *      $Id: Keywords.h,v 1.1 1992/05/01 17:09:11 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
