mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
14 lines
540 B
Diff
14 lines
540 B
Diff
|
|
diff --git c/lib/pty.in.h i/lib/pty.in.h
|
||
|
|
index aff989c..00eecc6 100644
|
||
|
|
--- c/lib/pty.in.h
|
||
|
|
+++ i/lib/pty.in.h
|
||
|
|
@@ -92,6 +92,8 @@ _GL_WARN_ON_USE (forkpty, "forkpty is not declared consistently - "
|
||
|
|
/* Create pseudo tty master slave pair and set terminal attributes
|
||
|
|
according to TERMP and WINP. Return handles for both ends in
|
||
|
|
*AMASTER and *ASLAVE, and return the name of the slave end in NAME. */
|
||
|
|
+struct termios;
|
||
|
|
+struct winsize;
|
||
|
|
# if @REPLACE_OPENPTY@
|
||
|
|
# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
|
||
|
|
# undef openpty
|