home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE-.1 / ACTIONS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-22  |  258 b   |  14 lines

  1. /*
  2.  * actions.h : Definition of global action procedures
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 20 Oct 1991.
  5.  * Version 2.0: 23 Apr 1993.
  6.  */
  7.  
  8. #ifndef _ACTIONS_H
  9. #define _ACTIONS_H
  10.  
  11. extern void initActions();
  12.  
  13. #endif /* _ACTIONS_H */
  14.