소스 검색

(tar_checksum): changed declaration

Sergey Poznyakoff 20 년 전
부모
커밋
0f9b299745
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common.h

+ 1 - 1
src/common.h

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