aboutsummaryrefslogtreecommitdiff
path: root/win32/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/termios.h')
-rw-r--r--win32/termios.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/termios.h b/win32/termios.h
index 011a37eb9..c98d414f3 100644
--- a/win32/termios.h
+++ b/win32/termios.h
@@ -123,7 +123,3 @@ struct winsize {
123 unsigned short ws_row, ws_col; 123 unsigned short ws_row, ws_col;
124 unsigned short ws_xpixel, ws_ypixel; 124 unsigned short ws_xpixel, ws_ypixel;
125}; 125};
126
127int tcflush(int fd, int queue_selector);
128int tcgetattr(int fd, struct termios *t);
129int tcsetattr(int fd, int mode, const struct termios *t);