comparison src/dispextern.h @ 83422:1f5d64c4df6f

Fix compilation errors in previous commit. * src/callproc.c (getenv_internal): Fix get_terminal_param call. * dispextern.h (get_device): Move declaration to termhooks.h. * termhooks.h (get_device): Move here. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-462
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 26 Dec 2005 02:21:31 +0000
parents 521d3f18b3d1
children 76396de7f50a
comparison
equal deleted inserted replaced
83421:bb2edc915032 83422:1f5d64c4df6f
2937 extern void write_glyphs P_ ((struct frame *, struct glyph *, int)); 2937 extern void write_glyphs P_ ((struct frame *, struct glyph *, int));
2938 extern void insert_glyphs P_ ((struct frame *, struct glyph *, int)); 2938 extern void insert_glyphs P_ ((struct frame *, struct glyph *, int));
2939 extern void delete_glyphs P_ ((struct frame *, int)); 2939 extern void delete_glyphs P_ ((struct frame *, int));
2940 extern void ins_del_lines P_ ((struct frame *, int, int)); 2940 extern void ins_del_lines P_ ((struct frame *, int, int));
2941 2941
2942 extern struct device *get_device P_ ((Lisp_Object display, int));
2943
2944 extern struct device *init_initial_device P_ ((void)); 2942 extern struct device *init_initial_device P_ ((void));
2945 2943
2946 2944
2947 /* Defined in term.c */ 2945 /* Defined in term.c */
2948 2946