aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-01-02 13:52:26 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-01-02 13:52:26 +0000
commit207c7487a7afc394d119d2ff13f7586bc126246c (patch)
tree4f406c877f88a013c4e1dc650ac312640a95cb00 /include/libbb.h
parentd3d7a5045c61945e9772f3937f6b03b18d9560cd (diff)
downloadbusybox-w32-207c7487a7afc394d119d2ff13f7586bc126246c.tar.gz
busybox-w32-207c7487a7afc394d119d2ff13f7586bc126246c.tar.bz2
busybox-w32-207c7487a7afc394d119d2ff13f7586bc126246c.zip
unzip applet by Laurence Anderson
---------------------------------------------------------------------- git-svn-id: svn://busybox.net/trunk/busybox@3988 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index fccdf5fdf..8dadfd958 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -215,6 +215,7 @@ extern long arith (const char *startbuf, int *errcode);
215int read_package_field(const char *package_buffer, char **field_name, char **field_value); 215int read_package_field(const char *package_buffer, char **field_name, char **field_value);
216char *fgets_str(FILE *file, const char *terminating_string); 216char *fgets_str(FILE *file, const char *terminating_string);
217 217
218extern int inflate(FILE *in, FILE *out);
218extern int unzip(FILE *l_in_file, FILE *l_out_file); 219extern int unzip(FILE *l_in_file, FILE *l_out_file);
219extern void gz_close(int gunzip_pid); 220extern void gz_close(int gunzip_pid);
220extern FILE *gz_open(FILE *compressed_file, int *pid); 221extern FILE *gz_open(FILE *compressed_file, int *pid);