/* file: events.h author: Ted Baker revision: 1.1 last modified by cop4610 on 2002/04/01 12:02:34 */ #ifndef EVENTS_H extern void events_initialize(); /* call once from main program to initialize this package; do not call more than once */ #endif