summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 3690dc46aa..7d6619f75b 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -269,7 +269,7 @@ inline static int stream_read(stream_t *s,char* mem,int total){
return total;
}
-unsigned char* stream_read_line(stream_t *s,unsigned char* mem, int max);
+unsigned char* stream_read_line(stream_t *s,unsigned char* mem, int max, int utf16);
inline static int stream_eof(stream_t *s){
return s->eof;