aboutsummaryrefslogtreecommitdiff
path: root/include/libn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libn.h')
-rw-r--r--include/libn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libn.h b/include/libn.h
index a4b9bf5..5201b1c 100644
--- a/include/libn.h
+++ b/include/libn.h
@@ -341,6 +341,7 @@ vlong gz·seek(gz·Stream *s, long off, enum SeekPos whence);
// error handling functions
void errorf(byte* fmt, ...);
+void verrorf(byte* fmt, va_list args);
void panicf(byte *fmt, ...);
void vpanicf(byte *fmt, va_list args);