1
0
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:
Gerd Moellmann 2000-02-12 13:13:59 +00:00
parent 9c2e3e8df1
commit 67a516c61a

View File

@ -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));