diff src/termhooks.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 bb2edc915032
children b64b7e867d0a
line wrap: on
line diff
--- a/src/termhooks.h	Mon Dec 26 02:14:10 2005 +0000
+++ b/src/termhooks.h	Mon Dec 26 02:21:31 2005 +0000
@@ -596,7 +596,7 @@
 #define DEVICE_ACTIVE_P(d) ((d)->type != output_termcap || (d)->display_info.tty->input)
 
 extern Lisp_Object get_terminal_param P_ ((struct device *, Lisp_Object));
-
+extern struct device *get_device P_ ((Lisp_Object display, int));
 extern struct device *create_device P_ ((void));
 extern void delete_device P_ ((struct device *));