Mercurial > emacs
diff src/lisp.h @ 84763:6221fe13ef8a
(allocate_terminal): Declare.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Fri, 21 Sep 2007 09:03:41 +0000 |
| parents | 73c717fa7866 |
| children | bc91e8a1fafc |
line wrap: on
line diff
--- a/src/lisp.h Fri Sep 21 08:05:59 2007 +0000 +++ b/src/lisp.h Fri Sep 21 09:03:41 2007 +0000 @@ -2606,6 +2606,7 @@ extern struct window *allocate_window P_ ((void)); extern struct frame *allocate_frame P_ ((void)); extern struct Lisp_Process *allocate_process P_ ((void)); +extern struct terminal *allocate_terminal P_ ((void)); extern int gc_in_progress; extern int abort_on_gc; extern Lisp_Object make_float P_ ((double));
