From 74a155389c20d4e546050c756b7fa94e445e1c1d Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Fri, 25 Sep 2020 09:55:46 +0200 Subject: Implement all configuration options and signal handling --- src/misc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/misc.h') diff --git a/src/misc.h b/src/misc.h index f262771..477841f 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,10 +1,14 @@ #ifndef WLCLOCK_MISC_H #define WLCLOCK_MISC_H +#include + struct Wlclock; void free_if_set (void *ptr); void set_string (char **ptr, char *arg); void clocklog (struct Wlclock *clock, int level, const char *fmt, ...); +bool is_boolean_true (const char *in); +bool is_boolean_false (const char *in); #endif -- cgit v1.2.3