From: Sergey Poznyakoff Date: Sat, 13 May 2006 11:57:20 +0000 (+0000) Subject: (read_header_primitive): New function X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=34e5f665891b83ee388a72eb3892c83413d3beda (read_header_primitive): New function --- diff --git a/src/common.h b/src/common.h index 011eb4b..4bbab6d 100644 --- a/src/common.h +++ b/src/common.h @@ -515,6 +515,8 @@ void list_archive (void); void print_for_mkdir (char *, int, mode_t); void print_header (struct tar_stat_info *, off_t); void read_and (void (*) (void)); +enum read_header read_header_primitive (bool raw_extended_headers, + struct tar_stat_info *info); enum read_header read_header (bool); enum read_header tar_checksum (union block *header, bool silent); void skip_file (off_t);