diff options
-rw-r--r-- | gzio.c | 2 | ||||
-rw-r--r-- | gzio.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -61,6 +61,8 @@ struct gzio_handle { unsigned is_output : 8; }; +val gzio_stream_s; + struct cobj_class *gzio_stream_cls; static void gzio_stream_print(val stream, val out, val pretty, @@ -26,7 +26,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -val gzio_stream_s; +extern val gzio_stream_s; void gzio_init(void); gzFile w_gzopen_mode(const wchar_t *wname, const wchar_t *wmode, const struct stdio_mode m, val self); |