diff lib/lib.h @ 64:67ee3a0b76e1

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().
author Rob Landley <rob@landley.net>
date Thu, 18 Jan 2007 22:00:12 -0500
parents 69efffcacd70
children a1b464bbef08
line wrap: on
line diff
--- a/lib/lib.h	Thu Jan 18 21:54:08 2007 -0500
+++ b/lib/lib.h	Thu Jan 18 22:00:12 2007 -0500
@@ -68,4 +68,4 @@
 
 struct mtab_list *getmountlist(int die);
 
-char *bunzipStream(int src_fd, int dst_fd);
+void bunzipStream(int src_fd, int dst_fd);