This commit is contained in:
Martin Lund 2016-05-09 01:04:30 +02:00
parent 869527d0fb
commit 3c5cc029a8

View file

@ -38,10 +38,10 @@
#include "tio/log.h" #include "tio/log.h"
#include "tio/error.h" #include "tio/error.h"
static int connected = false; static struct termios new_stdout, old_stdout, old_tio;
struct termios new_stdout, old_stdout, old_tio; static bool connected = false;
static int fd;
static bool tainted = false; static bool tainted = false;
static int fd;
void wait_for_tty_device(void) void wait_for_tty_device(void)
{ {