]> git.eshelyaron.com Git - emacs.git/commitdiff
(stop_other_atimers, run_all_atimers)
authorGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 13:13:59 +0000 (13:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 13:13:59 +0000 (13:13 +0000)
(unwind_stop_other_atimers): Add function prototypes.

src/atimer.h

index 9a5b7ef3107d7f3bf3b70e2aa14404bd1ff6951f..165ada28704b17b6ac2deb439247a385cd0a6a5a 100644 (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));