Explorar o código

(read_header_primitive): New function

Sergey Poznyakoff %!s(int64=19) %!d(string=hai) anos
pai
achega
34e5f66589
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/common.h

+ 2 - 0
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);