comparison 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
comparison
equal deleted inserted replaced
63:69efffcacd70 64:67ee3a0b76e1
66 char type[0]; 66 char type[0];
67 }; 67 };
68 68
69 struct mtab_list *getmountlist(int die); 69 struct mtab_list *getmountlist(int die);
70 70
71 char *bunzipStream(int src_fd, int dst_fd); 71 void bunzipStream(int src_fd, int dst_fd);