1--- Display.h.orig 2002-01-02 21:31:34 UTC 2+++ Display.h 3@@ -121,7 +121,7 @@ private: 4 5 #ifdef __unix 6 void draw_led(int num, int state); // Draw one LED 7- static void pulse_handler(...); // LED error blinking 8+ static void pulse_handler(int sig); // LED error blinking 9 #endif 10 11 #ifdef WIN32 12 13