dpkg-deb -f and partial -I commands, adds 600 bytes

This commit is contained in:
Glenn L McGrath
2001-04-13 04:02:57 +00:00
parent 1e04ea388f
commit 445fb952b8
6 changed files with 103 additions and 78 deletions

View File

@ -235,10 +235,11 @@ typedef enum extract_function_e {
extract_extract = 8,
extract_verbose_extract = 16,
extract_list = 32,
extract_fsys_tarfile = 64
extract_fsys_tarfile = 64,
extract_field = 128
} extract_function_t;
extern int deb_extract(const char *package_filename, int function, char *target_dir);
extern int untar(FILE *src_tar_file, int untar_function, char *base_path);
extern int untar(FILE *src_tar_file, const int untar_function, const char *argument);
extern int unzip(FILE *l_in_file, FILE *l_out_file);
extern void gz_close(int gunzip_pid);