Fix duplicate write_error_details decl

* src/common.h (write_error_details): Remove decl
that belongs to paxutils.
This commit is contained in:
Paul Eggert
2024-08-14 23:07:14 -07:00
parent 6bc4c4bf96
commit 541f3bc374

View 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);