]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Fix duplicate write_error_details decl
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Aug 2024 06:07:14 +0000 (23:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Aug 2024 06:25:46 +0000 (23:25 -0700)
* src/common.h (write_error_details): Remove decl
that belongs to paxutils.

src/common.h

index 737bf1540d1032d9d0b4e2e27a179b1039dbeb47..5216d09d1e9bfb86bec5a3d0022f9d7613b68531 100644 (file)
@@ -758,7 +758,6 @@ void seek_diag_details (char const *name, off_t offset);
 void stat_diag (char const *name);
 void file_removed_diag (const char *name, bool top_level,
                        void (*diagfn) (char const *name));
-void write_error_details (char const *name, size_t status, size_t size);
 _Noreturn void write_fatal (char const *name);
 
 pid_t xfork (void);