patch-2.3.99-pre6 linux/fs/cramfs/inflate/inftrees.h
Next file: linux/fs/cramfs/inflate/infutil.c
Previous file: linux/fs/cramfs/inflate/inftrees.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Apr 12 09:47:29 2000
- Orig file:
v2.3.99-pre5/linux/fs/cramfs/inflate/inftrees.h
- Orig date:
Wed Dec 29 13:13:20 1999
diff -u --recursive --new-file v2.3.99-pre5/linux/fs/cramfs/inflate/inftrees.h linux/fs/cramfs/inflate/inftrees.h
@@ -32,14 +32,14 @@
value below is more than safe. */
#define MANY 1440
-extern int inflate_trees_bits OF((
+extern int cramfs_inflate_trees_bits OF((
uIntf *, /* 19 code lengths */
uIntf *, /* bits tree desired/actual depth */
inflate_huft * FAR *, /* bits tree result */
inflate_huft *, /* space for trees */
z_streamp)); /* for messages */
-extern int inflate_trees_dynamic OF((
+extern int cramfs_inflate_trees_dynamic OF((
uInt, /* number of literal/length codes */
uInt, /* number of distance codes */
uIntf *, /* that many (total) code lengths */
@@ -50,7 +50,7 @@
inflate_huft *, /* space for trees */
z_streamp)); /* for messages */
-extern int inflate_trees_fixed OF((
+extern int cramfs_inflate_trees_fixed OF((
uIntf *, /* literal desired/actual bit depth */
uIntf *, /* distance desired/actual bit depth */
inflate_huft * FAR *, /* literal/length tree result */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)