summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1997-11-25 13:44:34 +0000
committerAndreas Schwab <schwab@suse.de>1997-11-25 13:44:34 +0000
commit411eed28706d1849378a7b1a60840b409ddba9f0 (patch)
tree48f9728268cc3eaf173098d07abbd400279f17f1 /src/systty.h
parent68f0f7468e8907cb1a256f5242a308b3a2013710 (diff)
downloademacs-411eed28706d1849378a7b1a60840b409ddba9f0.tar.gz
Add prototypes.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index 4b8c2262ea0..adc5f5f4961 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -392,6 +392,10 @@ struct emacs_tty {
expression, so we moved them out to their own functions in sysdep.c. */
#define EMACS_GET_TTY(fd, p) (emacs_get_tty ((fd), (p)))
#define EMACS_SET_TTY(fd, p, waitp) (emacs_set_tty ((fd), (p), (waitp)))
+#ifdef P_ /* Unfortunately this file is sometimes included before lisp.h */
+extern int emacs_get_tty P_ ((int, struct emacs_tty *));
+extern int emacs_set_tty P_ ((int, struct emacs_tty *, int));
+#endif
/* Define EMACS_TTY_TABS_OK. */