diff options
| author | Gerd Moellmann | 2000-06-15 12:56:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-15 12:56:17 +0000 |
| commit | a3aca278d6afbfdb5bf07d4ed314d3f3b936876e (patch) | |
| tree | 5de5acf24837daceb77814c238784323c11ff423 /src | |
| parent | 2a714d4e8e4c6f515716d35b1b4d80749d74ad8e (diff) | |
| download | emacs-a3aca278d6afbfdb5bf07d4ed314d3f3b936876e.tar.gz emacs-a3aca278d6afbfdb5bf07d4ed314d3f3b936876e.zip | |
(alarm_signal_handler): Add forward declaration.
Diffstat (limited to 'src')
| -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)); | |||
| 73 | static void schedule_atimer P_ ((struct atimer *)); | 73 | static void schedule_atimer P_ ((struct atimer *)); |
| 74 | static struct atimer *append_atimer_lists P_ ((struct atimer *, | 74 | static struct atimer *append_atimer_lists P_ ((struct atimer *, |
| 75 | struct atimer *)); | 75 | struct atimer *)); |
| 76 | SIGTYPE alarm_signal_handler (); | ||
| 76 | 77 | ||
| 77 | 78 | ||
| 78 | /* Start a new atimer of type TYPE. TIME specifies when the timer is | 79 | /* Start a new atimer of type TYPE. TIME specifies when the timer is |