(tar_checksum): changed declaration
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Dec 2004 14:42:15 +0000 (14:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Dec 2004 14:42:15 +0000 (14:42 +0000)
src/common.h

index 549ef6141ea3cda7e3d336d6da94601a8c0a3d88..bdeaa0d4a9bbe425450c9632e6b75980d435f43b 100644 (file)
@@ -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);