aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-18 22:00:12 -0500
committerRob Landley <rob@landley.net>2007-01-18 22:00:12 -0500
commit6000f13e8ac8c17c1f01fcafc8066bb7b419f224 (patch)
tree5620ab49b2bdf8fd8189840067fdfd2020e4ba58 /lib/lib.h
parent901637760b4206e968e73dd5ff7430c107c27b57 (diff)
downloadtoybox-6000f13e8ac8c17c1f01fcafc8066bb7b419f224.tar.gz
In bunzip replace setjmp/longjmp handling with error_exit(), replace string
based handling of a 6-byte header with with two 24-bit integer reads. Use xmalloc() and xzalloc().
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 3a7d6507..5ac8e10c 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -68,4 +68,4 @@ struct mtab_list {
struct mtab_list *getmountlist(int die);
-char *bunzipStream(int src_fd, int dst_fd);
+void bunzipStream(int src_fd, int dst_fd);