summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadna Vigo <arivigodr@gmail.com>2020-12-05 18:01:26 +0100
committerAriadna Vigo <arivigodr@gmail.com>2020-12-05 18:01:26 +0100
commit8db3bbf8518d6474a22a158eb0fcce1eeed31e8f (patch)
treeecc8108622b9fe77a02965ae8ff74666e4641fc4
parent44082d3d47b565999639e39150b4e5e0d2103ccd (diff)
Adding missing decl for ui_setup()
-rw-r--r--minitimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/minitimer.c b/minitimer.c
index 9a1bd4c..189ead9 100644
--- a/minitimer.c
+++ b/minitimer.c
@@ -38,6 +38,7 @@ static int time_lt_zero(struct time the_time);
static void time_inc(struct time *the_time, int secs);
static int parse_time(char *time_str, struct time *the_time);
+static struct termios ui_setup(struct termios *old);
static void ui_update(const struct time *the_time);
static int poll_event(int fifofd);