diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-15 12:56:17 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-15 12:56:17 +0000 |
commit | a3aca278d6afbfdb5bf07d4ed314d3f3b936876e (patch) | |
tree | 5de5acf24837daceb77814c238784323c11ff423 /src/atimer.c | |
parent | 2a714d4e8e4c6f515716d35b1b4d80749d74ad8e (diff) | |
download | emacs-a3aca278d6afbfdb5bf07d4ed314d3f3b936876e.tar.gz |
(alarm_signal_handler): Add forward declaration.
Diffstat (limited to 'src/atimer.c')
-rw-r--r-- | src/atimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |