summaryrefslogtreecommitdiffstats
path: root/gzio.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzio.h')
-rw-r--r--gzio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gzio.h b/gzio.h
index bbcd1e1a..2f9cf164 100644
--- a/gzio.h
+++ b/gzio.h
@@ -30,4 +30,6 @@ 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);
+gzFile w_gzdopen_mode(int fd, const wchar_t *wmode,
+ const struct stdio_mode m, val self);
val make_gzio_stream(gzFile f, int fd, val descr, int is_output);