]> git.eshelyaron.com Git - emacs.git/commitdiff
(alarm_signal_handler): Add forward declaration.
authorGerd Moellmann <gerd@gnu.org>
Thu, 15 Jun 2000 12:56:17 +0000 (12:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 15 Jun 2000 12:56:17 +0000 (12:56 +0000)
src/atimer.c

index a05498ba845bfafb6bb38d9cc16b6bc7915701b6..54a038fd549687340416535f8319e88aac97cd3c 100644 (file)
@@ -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