diff src/systty.h @ 20349:6ab8801244c2

Add prototypes.
author Andreas Schwab <schwab@suse.de>
date Tue, 25 Nov 1997 13:44:34 +0000
parents d8d51043c2c5
children 5889365d18cd
line wrap: on
line diff
--- a/src/systty.h	Tue Nov 25 13:38:04 1997 +0000
+++ b/src/systty.h	Tue Nov 25 13:44:34 1997 +0000
@@ -392,6 +392,10 @@
    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.  */