Mercurial > emacs
diff src/atimer.h @ 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 | 87dcc6a2c31b |
| children | cc1255965fcc |
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));
