]> code.delx.au - gnu-emacs/blobdiff - src/systty.h
Add prototypes.
[gnu-emacs] / src / systty.h
index 4b8c2262ea0a2b5079f340b37a401f9ba900aa0f..adc5f5f4961c4f73f9ba5efa24c944fbe30fe78b 100644 (file)
@@ -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
 
 \f
 /* Define EMACS_TTY_TABS_OK.  */