summaryrefslogtreecommitdiff
path: root/src/atimer.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-02-12 13:13:59 +0000
committerGerd Moellmann <gerd@gnu.org>2000-02-12 13:13:59 +0000
commit67a516c61a0760434e51d8f857948f81560b4939 (patch)
treede5938fd45273a0f69b6ba6a8e1f10ff2e524b07 /src/atimer.h
parent9c2e3e8df1cac452d65c52f5c878ede6b24d16c8 (diff)
downloademacs-67a516c61a0760434e51d8f857948f81560b4939.tar.gz
(stop_other_atimers, run_all_atimers)
(unwind_stop_other_atimers): Add function prototypes.
Diffstat (limited to 'src/atimer.h')
-rw-r--r--src/atimer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atimer.h b/src/atimer.h
index 9a5b7ef3107..165ada28704 100644
--- a/src/atimer.h
+++ b/src/atimer.h
@@ -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));