changeset 27671:466a99bee7fd

(stop_other_atimers, run_all_atimers) (unwind_stop_other_atimers): Add function prototypes.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 12 Feb 2000 13:13:59 +0000
parents cf2edc15eaa9
children 07d0ca47b57a
files src/atimer.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/atimer.h	Sat Feb 12 13:13:13 2000 +0000
+++ b/src/atimer.h	Sat Feb 12 13:13:59 2000 +0000
@@ -72,4 +72,7 @@
 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));