From 3e816c3d569c28d1e6335063775d54d623e34e13 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 28 Jul 2007 22:52:20 +0100 Subject: [PATCH] Revert "make bool m_echo static" - I suspect this to be defined by spec This reverts commit 3cb133d27daf11e77fe48d44e1ce639711f903de. --- src/hci/mucurses/kb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index 8f46bf67..a68cf26a 100644 --- a/src/hci/mucurses/kb.c +++ b/src/hci/mucurses/kb.c @@ -16,7 +16,7 @@ int m_delay; /* 0 : non-blocking read > 0 : timed blocking read */ -static bool m_echo; +bool m_echo; bool m_cbreak; #if 0