comparison src/atimer.h @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 #ifndef EMACS_ATIMER_H 21 #ifndef EMACS_ATIMER_H
22 #define EMACS_ATIMER_H 22 #define EMACS_ATIMER_H
23 23
24 /* Building alloca.o includes us, and we need lisp.h for the P_ macro
25 in that case. */
26 #include "lisp.h"
27 #include "systime.h" /* for EMACS_TIME */ 24 #include "systime.h" /* for EMACS_TIME */
28 25
29 /* Forward declaration. */ 26 /* Forward declaration. */
30 27
31 struct atimer; 28 struct atimer;
83 void stop_other_atimers P_ ((struct atimer *)); 80 void stop_other_atimers P_ ((struct atimer *));
84 void run_all_atimers P_ ((void)); 81 void run_all_atimers P_ ((void));
85 Lisp_Object unwind_stop_other_atimers P_ ((Lisp_Object)); 82 Lisp_Object unwind_stop_other_atimers P_ ((Lisp_Object));
86 83
87 #endif /* EMACS_ATIMER_H */ 84 #endif /* EMACS_ATIMER_H */
88
89 /* arch-tag: 02c7c1c8-45bd-4222-b874-4ca44662f60b
90 (do not change this comment) */