From f181a8f04dfdfd8829861e0d0d549f39e40081e6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 13 May 2021 12:03:43 +0200 Subject: New layout --- src/inc/log.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/inc/log.h (limited to 'src/inc/log.h') diff --git a/src/inc/log.h b/src/inc/log.h new file mode 100644 index 0000000..4698f9c --- /dev/null +++ b/src/inc/log.h @@ -0,0 +1,9 @@ +#ifndef LOG_H +#define LOG_H + +#include + +__attribute__((noreturn)) void errln(struct ctx *ctx, const char *fmt, ...); +__attribute__((noreturn)) void err(const char *fmt, ...); + +#endif -- cgit v1.2.3