From 322114744f56ed23688077e33dc459efcf529f41 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 26 Nov 2004 19:09:48 +0000 Subject: [PATCH] (tar_checksum): New function --- src/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.h b/src/common.h index d13bc0b..549ef61 100644 --- a/src/common.h +++ b/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); -- 2.44.0