summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2005-12-26 02:21:31 +0000
committerKaroly Lorentey <lorentey@elte.hu>2005-12-26 02:21:31 +0000
commit30663b475e57197c9896a252e1d4ca31c579fa2b (patch)
treec6bd33f3845ffe13159bceb38ff9d5260076beb7 /src/termhooks.h
parentf105f403d206f95bf534226abb99f14aa2f3052e (diff)
downloademacs-30663b475e57197c9896a252e1d4ca31c579fa2b.tar.gz
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
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index f12dbadd197..7920b6597aa 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -596,7 +596,7 @@ extern struct device *device_list;
#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 *));