aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimer.h')
-rw-r--r--src/atimer.h2
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);
77void init_atimer (void); 77void init_atimer (void);
78void turn_on_atimers (bool); 78void turn_on_atimers (bool);
79void stop_other_atimers (struct atimer *); 79void stop_other_atimers (struct atimer *);
80Lisp_Object unwind_stop_other_atimers (Lisp_Object); 80void run_all_atimers (void);
81 81
82#endif /* EMACS_ATIMER_H */ 82#endif /* EMACS_ATIMER_H */