summaryrefslogtreecommitdiff
path: root/paxlib/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'paxlib/error.c')
-rw-r--r--paxlib/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/paxlib/error.c b/paxlib/error.c
index 56903a3..134cef3 100644
--- a/paxlib/error.c
+++ b/paxlib/error.c
@@ -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. */