diff options
Diffstat (limited to 'src/atimer.h')
| -rw-r--r-- | src/atimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimer.h b/src/atimer.h index 2a92f1bebea..a1825fc0933 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -77,6 +77,6 @@ void do_pending_atimers (void); | |||
| 77 | void init_atimer (void); | 77 | void init_atimer (void); |
| 78 | void turn_on_atimers (bool); | 78 | void turn_on_atimers (bool); |
| 79 | void stop_other_atimers (struct atimer *); | 79 | void stop_other_atimers (struct atimer *); |
| 80 | Lisp_Object unwind_stop_other_atimers (Lisp_Object); | 80 | void run_all_atimers (void); |
| 81 | 81 | ||
| 82 | #endif /* EMACS_ATIMER_H */ | 82 | #endif /* EMACS_ATIMER_H */ |