From c8b9286e2184b6d936e6007f81ead3367a4870b6 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 2 Jun 2020 08:48:31 -0700 Subject: feat: started port of st to wayland --- include/libn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.1