Elide non-DFSG compliant upstream components
[debian/tar] / lib / paxerror.c
index b4edb68b90cf3ee2cbcf4fbf98d29483cd4c1536..134cef323816ddb103ee86b781d0eac8cf37c9db 100644 (file)
@@ -21,6 +21,8 @@
 #include <quote.h>
 #include <quotearg.h>
 
+void (*error_hook) (void);
+
 /* Decode MODE from its binary form in a stat structure, and encode it
    into a 9-byte string STRING, terminated with a NUL.  */
 
@@ -352,12 +354,6 @@ write_error_details (char const *name, size_t status, size_t size)
            name, (unsigned long int) status, (unsigned long int) size));
 }
 
-void
-write_fatal (char const *name)
-{
-  call_arg_fatal ("write", name);
-}
-
 void
 chdir_fatal (char const *name)
 {