aboutsummaryrefslogtreecommitdiff
path: root/inc/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/log.h')
-rw-r--r--inc/log.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/log.h b/inc/log.h
index 4698f9c..da82233 100644
--- a/inc/log.h
+++ b/inc/log.h
@@ -3,7 +3,6 @@
#include <context.h>
-__attribute__((noreturn)) void errln(struct ctx *ctx, const char *fmt, ...);
-__attribute__((noreturn)) void err(const char *fmt, ...);
+__attribute__((noreturn)) void errln(struct ctx_location *location, const char *fmt, ...);
#endif