From 6000f13e8ac8c17c1f01fcafc8066bb7b419f224 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 18 Jan 2007 22:00:12 -0500 Subject: 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(). --- lib/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib.h') 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); -- cgit v1.2.3