I sent this last night as an example, except now the function
declaration is not wrapped. How is this?
Steven
--- linux/lib/zlib_inflate/inftrees.c.orig Mon Jun 2 10:15:29 2003
+++ linux/lib/zlib_inflate/inftrees.c Mon Jun 2 10:16:47 2003
@@ -288,14 +288,16 @@
return y != 0 && g != 1 ? Z_BUF_ERROR : Z_OK;
}
+/**
+ * zlib_inflate_trees_bits:
+ * @uIntf *c: 19 code lengths
+ * @uIntf *bb: bits tree desired/actual depth
+ * @inflate_huft * FAR *tb: bits tree result
+ * @inflate_huft *hp: space for trees
+ * @z_streamp z: for messages
+ */
-int zlib_inflate_trees_bits(
- uIntf *c, /* 19 code lengths */
- uIntf *bb, /* bits tree desired/actual depth */
- inflate_huft * FAR *tb, /* bits tree result */
- inflate_huft *hp, /* space for trees */
- z_streamp z /* for messages */
-)
+int zlib_inflate_trees_bits(uIntf *c, uIntf *bb, inflate_huft * FAR *tb, inflate_huft *hp, z_streamp z)
{
int r;
uInt hn = 0; /* hufts used in space */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/