浏览代码

(tar_checksum): New function

Sergey Poznyakoff 20 年之前
父节点
当前提交
322114744f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/common.h

+ 1 - 0
src/common.h

@@ -501,6 +501,7 @@ 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 (bool);
+enum read_header tar_checksum (union block *header);
 void skip_file (off_t);
 void skip_member (void);