From a3aca278d6afbfdb5bf07d4ed314d3f3b936876e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 15 Jun 2000 12:56:17 +0000 Subject: [PATCH] (alarm_signal_handler): Add forward declaration. --- src/atimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/atimer.c b/src/atimer.c index a05498ba845..54a038fd549 100644 --- a/src/atimer.c +++ b/src/atimer.c @@ -73,6 +73,7 @@ static void set_alarm P_ ((void)); 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 -- 2.39.5