diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-11-02 17:00:56 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-11-02 17:00:56 +0000 |
| commit | 736fc28680260f987a1a505d762cd3ba21310d3a (patch) | |
| tree | f242e644964b102fa1b89235f6f64b8ce56638ed /include | |
| parent | 204404e8902d9d3018c63723c30346a8d5f16afb (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/termios.h | 1 |
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 |
