changeset 29672:2722b6b5400d

(alarm_signal_handler): Add forward declaration.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 15 Jun 2000 12:56:17 +0000
parents 43f15cfb67a0
children 30b29d26cd76
files src/atimer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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