From bfdc8d2d843c08bd01517256a63518d03da236f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 27 Jul 2021 21:10:34 +0200 Subject: Started treeify --- src/inc/log.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/inc/log.h (limited to 'src/inc/log.h') diff --git a/src/inc/log.h b/src/inc/log.h deleted file mode 100644 index 4698f9c..0000000 --- a/src/inc/log.h +++ /dev/null @@ -1,9 +0,0 @@ -#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