diff options
author | Erik Troan <ewt@redhat.com> | 2001-11-13 22:14:20 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-11-13 22:14:20 +0000 |
commit | 30b038644695e1e5c250bcce2821852b7c0d6f0d (patch) | |
tree | 4f157adf9af7ecbedf30554bf36562d9efa556ae /isys/gzlib/gzlib.h | |
parent | 6564288e3bfaaf67cac90d6803c3ea8642cfe8d3 (diff) | |
download | anaconda-30b038644695e1e5c250bcce2821852b7c0d6f0d.tar.gz anaconda-30b038644695e1e5c250bcce2821852b7c0d6f0d.tar.xz anaconda-30b038644695e1e5c250bcce2821852b7c0d6f0d.zip |
added gunzip_dopen
Diffstat (limited to 'isys/gzlib/gzlib.h')
-rw-r--r-- | isys/gzlib/gzlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/gzlib/gzlib.h b/isys/gzlib/gzlib.h index 5de4117d8..d44a37ea1 100644 --- a/isys/gzlib/gzlib.h +++ b/isys/gzlib/gzlib.h @@ -4,6 +4,7 @@ typedef struct gzFile_s * gzFile; gzFile gunzip_open(const char * file); +gzFile gunzip_dopen(int fd); int gunzip_read(gzFile str, void * buf, int bytes); int gunzip_close(gzFile str); |