home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE2.TAR / actions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-22  |  239 b   |  14 lines

  1. /*
  2.  * actions.h : Definition of the action table so its size is known
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 20 Oct 1991.
  5.  *
  6.  */
  7.  
  8. #ifndef ACTIONS_H
  9. #define ACTIONS_H
  10.  
  11. extern XtActionsRec actionTable[22];
  12.  
  13. #endif /* ACTIONS_H */
  14.