summaryrefslogtreecommitdiff
path: root/src/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty.h')
-rw-r--r--src/tty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tty.h b/src/tty.h
index fd95b67..a8f2d4a 100644
--- a/src/tty.h
+++ b/src/tty.h
@@ -13,9 +13,6 @@ void SendBreak (Window *, int, int);
int TtyGrabConsole (int, bool, char *);
char *TtyGetModemStatus (int, char *);
void brktty (int);
-struct baud_values *lookup_baud (int bps);
-int SetBaud (struct mode *, int, int);
-int SttyMode (struct mode *, char *);
int CheckTtyname (char *);
char *GetPtsPathOrSymlink (int);