home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d945 / reminder.lha / Reminder / src / src.lha / ARexx.h < prev    next >
C/C++ Source or Header  |  1993-04-19  |  281b  |  17 lines

  1. /* Prototypes for ARexx.c */
  2.  
  3. /* $Id: ARexx.h,v 1.1 1993/04/09 15:05:39 Matti_Rintala Exp $ */
  4.  
  5. #ifndef AREXX_H
  6. #define AREXX_H
  7.  
  8. #include <time.h>
  9. #include "Constants.h"
  10.  
  11. void initarexx(void);
  12. void releasearexx(void);
  13.  
  14. void makearexx(struct EventNode *node, time_t *date);
  15.  
  16. #endif
  17.