/*
 * actions.h : Definition of the action table so its size is known
 *
 * George Ferguson, ferguson@cs.rochester.edu, 20 Oct 1991.
 *
 */

#ifndef ACTIONS_H
#define ACTIONS_H

extern XtActionsRec actionTable[22];

#endif /* ACTIONS_H */
