From 4dcf7987f8af01af6d665716892381160f3a667a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 1 Dec 2003 21:19:01 +0000 Subject: [PATCH] (xheader_store): Changed prototype. --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 2cca38c..12b0568 100644 --- a/src/common.h +++ b/src/common.h @@ -618,7 +618,7 @@ void update_archive (void); /* Module xheader.c. */ void xheader_decode (struct tar_stat_info *); -void xheader_store (char const *, struct tar_stat_info const *); +void xheader_store (char const *, struct tar_stat_info const *, void *); void xheader_read (union block *, size_t); void xheader_finish (struct xheader *); void xheader_destroy (struct xheader *); -- 2.44.0