event.h 135 B

1234567
  1. #ifndef EVENT_H
  2. #define EVENT_H
  3. char *error_string(unsigned long);
  4. void log_event(unsigned short, unsigned long, ...);
  5. #endif