diff options
author | Rob Landley <rob@landley.net> | 2014-02-07 07:56:46 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-02-07 07:56:46 -0600 |
commit | b6c8a8609fbfcbaf054e254f74974394c8932712 (patch) | |
tree | 53408d6bd22402bff0fb3ac736d6e41b7a05cc4a /lib/lib.h | |
parent | 5486075caee329fcc5ab7766a8a571fd3a45d363 (diff) | |
download | toybox-b6c8a8609fbfcbaf054e254f74974394c8932712.tar.gz |
Move bunzip2 logic from lib into bzcat.
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -168,8 +168,6 @@ struct mtab_list { struct mtab_list *xgetmountlist(char *path); -void bunzipStream(int src_fd, int dst_fd); - // signal void sigatexit(void *handler); |