/* Prototypes for ARexx.c */

/* $Id: ARexx.h,v 1.1 1993/04/09 15:05:39 Matti_Rintala Exp $ */

#ifndef AREXX_H
#define AREXX_H

#include <time.h>
#include "Constants.h"

void initarexx(void);
void releasearexx(void);

void makearexx(struct EventNode *node, time_t *date);

#endif
