New unwind-protect flavors to better type-check C callbacks.
[bpt/emacs.git] / src / atimer.h
index 2a92f1b..a1825fc 100644 (file)
@@ -77,6 +77,6 @@ void do_pending_atimers (void);
 void init_atimer (void);
 void turn_on_atimers (bool);
 void stop_other_atimers (struct atimer *);
-Lisp_Object unwind_stop_other_atimers (Lisp_Object);
+void run_all_atimers (void);
 
 #endif /* EMACS_ATIMER_H */