SYNOPSIS
struct Event *dupeevent(struct Event *event);
ARGUMENTS
'struct Event *event'
an event to duplicate
DESCRIPTION
Dupeevent() makes a COPY of an Event structure.
First, it allocates the Event by calling allocevent(), then copies the
suppplied Event it and returns it.
SEE
See allocevent(), freeevent(), freelist().