/* Prototypes for functions defined in
wingdings.c
 */

void ReplyAllHashNodes(struct PktMsg ** , short );

long PlaceHashNode(struct PktMsg ** , struct PktMsg * );

struct PktMsg * FindHashNode(struct PktMsg ** , long );

void RemoveHashNode(struct PktMsg * );

void abort_code(void * , struct MsgInterrupt * );

void CloseTimers(void);

short OpenTimers(void);

void CloseCIA(void);

short OpenCIA(void);

