From 61f44c936102dfd397a076e749333b658973ca48 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 4 Apr 2004 09:41:16 +0000 Subject: [PATCH] (usage): Prototype moved to common.h --- src/tar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tar.h b/src/tar.h index 677d1dd..055cdfd 100644 --- a/src/tar.h +++ b/src/tar.h @@ -288,6 +288,8 @@ struct tar_stat_info off_t archive_file_size; /* Size of file as stored in the archive. Equals stat.st_size for non-sparse files */ + bool is_sparse; /* Is the file sparse */ + size_t sparse_map_avail; /* Index to the first unused element in sparse_map array. Zero if the file is not sparse */ -- 2.44.0