home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE0.TAR / actions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-21  |  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, 21 Aug 1991.
  5.  *
  6.  */
  7.  
  8. #ifndef ACTIONS_H
  9. #define ACTIONS_H
  10.  
  11. extern XtActionsRec actionTable[15];
  12.  
  13. #endif /* ACTIONS_H */
  14.