# HG changeset patch # User Gerd Moellmann # Date 950361239 0 # Node ID 466a99bee7fdf346bc8fb3ad806ae36602f4a1e2 # Parent cf2edc15eaa9a07cd16e5b0a1e7d9288a3bcc700 (stop_other_atimers, run_all_atimers) (unwind_stop_other_atimers): Add function prototypes. diff -r cf2edc15eaa9 -r 466a99bee7fd src/atimer.h --- 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));