aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-11-02 17:00:56 +0000
committerEd Schouten <ed@FreeBSD.org>2010-11-02 17:00:56 +0000
commit736fc28680260f987a1a505d762cd3ba21310d3a (patch)
treef242e644964b102fa1b89235f6f64b8ce56638ed /include
parent204404e8902d9d3018c63723c30346a8d5f16afb (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h
index 92d186105f941..e41da9fea12ab 100644
--- a/include/termios.h
+++ b/include/termios.h
@@ -88,6 +88,7 @@ pid_t tcgetsid(int);
int tcsetsid(int, pid_t);
void cfmakeraw(struct termios *);
+void cfmakesane(struct termios *);
int cfsetspeed(struct termios *, speed_t);
#endif
__END_DECLS