aboutsummaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-04-23 08:26:51 +0100
committerThomas Adam <thomas@xteddy.org>2013-04-23 08:26:51 +0100
commit70bc8ef8450bfd2ae90df86f4c02437a4bb83319 (patch)
treef74911800eadb451a23cd015349ec6bd65207c9d /compat.h
parentcd60e57b6ac682a56fd66d70af4c5922315b5a9a (diff)
parent11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (diff)
downloadrtmux-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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index 622006e1..d3973797 100644
--- a/compat.h
+++ b/compat.h
@@ -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