]> Dogcows Code - chaz/tar/commitdiff
(read_header_primitive): New function
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 13 May 2006 11:57:20 +0000 (11:57 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 13 May 2006 11:57:20 +0000 (11:57 +0000)
src/common.h

index 011eb4b2c10ec0559c3b55ca20e329d2e7f66d9d..4bbab6d37ba37b4eaaf66d068dc6e0be47b65ed5 100644 (file)
@@ -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);
This page took 0.027184 seconds and 4 git commands to generate.