# HG changeset patch # User Gerd Moellmann # Date 961073777 0 # Node ID 2722b6b5400dbd7b301ed590a953b24206c92e34 # Parent 43f15cfb67a01e661f8021ff18ac46301b72629b (alarm_signal_handler): Add forward declaration. diff -r 43f15cfb67a0 -r 2722b6b5400d src/atimer.c --- a/src/atimer.c Thu Jun 15 12:47:10 2000 +0000 +++ b/src/atimer.c Thu Jun 15 12:56:17 2000 +0000 @@ -73,6 +73,7 @@ static void schedule_atimer P_ ((struct atimer *)); static struct atimer *append_atimer_lists P_ ((struct atimer *, struct atimer *)); +SIGTYPE alarm_signal_handler (); /* Start a new atimer of type TYPE. TIME specifies when the timer is