diff options
-rw-r--r-- | stream.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2306,7 +2306,8 @@ static struct strm_ops byte_in_ops = cobj_eq_hash_op, 0), wli("byte-input-stream"), - 0, 0, 0, 0, + 0, 0, 0, + generic_get_string, byte_in_get_char, byte_in_get_byte, byte_in_unget_char, |