about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blaze822.h b/blaze822.h
index 3169278..9aae8a5 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -95,7 +95,7 @@ int slurp(char *filename, char **bufo, off_t *leno);
 // safe_u8putstr.c
 
 #include <stdio.h>
-void safe_u8putstr(char *s0, size_t l, FILE *stream);
+void safe_u8putstr(char *s0, size_t l, int oneline, FILE *stream);
 
 // pipeto.c