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, 0 insertions, 2 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 71a7011fef..66f151962a 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -161,8 +161,6 @@ inline static int stream_read_char(stream_t *s)
(stream_fill_buffer(s) ? s->buffer[s->buf_pos++] : -256);
}
-unsigned char *stream_read_line(stream_t *s, unsigned char *mem, int max,
- int utf16);
int stream_skip_bom(struct stream *s);
inline static int stream_eof(stream_t *s)