summaryrefslogtreecommitdiffstats
path: root/sys/net/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/zlib.h')
-rw-r--r--sys/net/zlib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/net/zlib.h b/sys/net/zlib.h
index 9529e43..85db8d4 100644
--- a/sys/net/zlib.h
+++ b/sys/net/zlib.h
@@ -1010,6 +1010,13 @@ extern int EXPORT inflateInit2_ OF((z_streamp strm, int windowBits,
uLongf *get_crc_table OF((void)); /* can be used by asm versions of crc32() */
+#ifdef _KERNEL
+struct vnode;
+extern gzFile gz_open OF((const char *path, const char *mode,
+ struct vnode *vp));
+#endif
+
+
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud