aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio/files/patch-src_extern.h
blob: b9b70c52be685949741811a22822d169d20e2e80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/extern.h.orig	2010-02-15 10:02:23 UTC
+++ src/extern.h
@@ -95,6 +95,7 @@ extern char input_is_special;
 extern char output_is_special;
 extern char input_is_seekable;
 extern char output_is_seekable;
+extern bool extract_over_symlinks;
 extern int (*xstat) ();
 extern void (*copy_function) ();