From 8ed1afd0bf92e2a4f420f3fefe35b1fc3181cc76 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Fri, 10 Jun 2022 15:03:43 +0100 Subject: Add indents to log functions. --- src/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index e030bc9..93765ec 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,8 @@ #ifndef LOG_H #define LOG_H +void log_indent(void); +void log_unindent(void); void log_error(const char *const fmt, ...); void log_warning(const char *const fmt, ...); void log_debug(const char *const fmt, ...); -- cgit v1.2.3