summaryrefslogtreecommitdiffstats
path: root/isys/uncpio.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-10-03 23:33:56 +0000
committerErik Troan <ewt@redhat.com>2001-10-03 23:33:56 +0000
commit3d550d991919ffbfcf9f22dedadf34d1aa0a78de (patch)
tree6c5c19279154937810a9d6c6e358643b7f031d01 /isys/uncpio.c
parent0e5929d0486328301e1dafbc15fa969b8d0f49d3 (diff)
downloadanaconda-3d550d991919ffbfcf9f22dedadf34d1aa0a78de.tar.gz
anaconda-3d550d991919ffbfcf9f22dedadf34d1aa0a78de.tar.xz
anaconda-3d550d991919ffbfcf9f22dedadf34d1aa0a78de.zip
export myCpioFileMapCmp
Diffstat (limited to 'isys/uncpio.c')
-rw-r--r--isys/uncpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/uncpio.c b/isys/uncpio.c
index fc08a56b4..e41fb0ccb 100644
--- a/isys/uncpio.c
+++ b/isys/uncpio.c
@@ -187,7 +187,7 @@ static int getNextHeader(struct ourfd * fd, struct cpioHeader * chPtr,
return 0;
}
-static int myCpioFileMapCmp(const void * a, const void * b) {
+int myCpioFileMapCmp(const void * a, const void * b) {
const struct cpioFileMapping * first = a;
const struct cpioFileMapping * second = b;