diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-04-23 08:26:51 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-04-23 08:26:51 +0100 |
commit | 70bc8ef8450bfd2ae90df86f4c02437a4bb83319 (patch) | |
tree | f74911800eadb451a23cd015349ec6bd65207c9d /compat.h | |
parent | cd60e57b6ac682a56fd66d70af4c5922315b5a9a (diff) | |
parent | 11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (diff) | |
download | rtmux-70bc8ef8450bfd2ae90df86f4c02437a4bb83319.tar.gz rtmux-70bc8ef8450bfd2ae90df86f4c02437a4bb83319.tar.bz2 rtmux-70bc8ef8450bfd2ae90df86f4c02437a4bb83319.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -236,6 +236,11 @@ int setenv(const char *, const char *, int); int unsetenv(const char *); #endif +#ifndef HAVE_CFMAKERAW +/* cfmakeraw.c */ +void cfmakeraw(struct termios *tio); +#endif + #ifdef HAVE_GETOPT #include <getopt.h> #else |