aboutsummaryrefslogtreecommitdiff
path: root/src/inc/log.h
diff options
context:
space:
mode:
authorMarvin Borner2021-07-27 21:10:34 +0200
committerMarvin Borner2021-07-27 21:10:34 +0200
commitbfdc8d2d843c08bd01517256a63518d03da236f6 (patch)
tree399cfdb73a1716b8d8f6efb1447990f917a9242a /src/inc/log.h
parent56c2a240f379ca3d12b1bb5a9950c1663ba33763 (diff)
Started treeify
Diffstat (limited to 'src/inc/log.h')
-rw-r--r--src/inc/log.h9
1 files changed, 0 insertions, 9 deletions
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 <context.h>
-
-__attribute__((noreturn)) void errln(struct ctx *ctx, const char *fmt, ...);
-__attribute__((noreturn)) void err(const char *fmt, ...);
-
-#endif