mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(stop_other_atimers, run_all_atimers)
(unwind_stop_other_atimers): Add function prototypes.
This commit is contained in:
parent
9c2e3e8df1
commit
67a516c61a
@ -72,4 +72,7 @@ void cancel_atimer P_ ((struct atimer *));
|
||||
void do_pending_atimers P_ ((void));
|
||||
void init_atimer P_ ((void));
|
||||
void turn_on_atimers P_ ((int));
|
||||
void stop_other_atimers P_ ((struct atimer *));
|
||||
void run_all_atimers P_ ((void));
|
||||
Lisp_Object unwind_stop_other_atimers P_ ((Lisp_Object));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user