Move bunzip2 idecompression code to libunarchive
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#define ARCHIVE_EXTRACT_QUIET 8
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct gunzip_s {
|
||||
unsigned short buffer_count;
|
||||
@ -90,6 +91,8 @@ extern char get_header_ar(archive_handle_t *archive_handle);
|
||||
extern char get_header_tar(archive_handle_t *archive_handle);
|
||||
extern char get_header_tar_gz(archive_handle_t *archive_handle);
|
||||
|
||||
extern unsigned char uncompressStream(FILE *zStream, FILE *stream);
|
||||
|
||||
extern void seek_sub_file(int src_fd, unsigned int amount);
|
||||
extern const unsigned short data_align(const int src_fd, const unsigned int offset, const unsigned short align_to);
|
||||
extern const llist_t *add_to_list(const llist_t *old_head, const char *new_item);
|
||||
|
Reference in New Issue
Block a user