From: Sergey Poznyakoff Date: Tue, 21 Dec 2004 14:42:15 +0000 (+0000) Subject: (tar_checksum): changed declaration X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=0f9b299745d3dcccb8948a54e5b89a44c5902ca7;p=chaz%2Ftar (tar_checksum): changed declaration --- diff --git a/src/common.h b/src/common.h index 549ef61..bdeaa0d 100644 --- a/src/common.h +++ b/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);