diff options
Diffstat (limited to 'inc/log.h')
-rw-r--r-- | inc/log.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |