summaryrefslogtreecommitdiff
path: root/lib/rpmfs.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-05-06 15:12:41 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-05-06 15:12:41 +0300
commit869004e8fbc265d875d22713016fdb440950a556 (patch)
tree8635d31f2fa7d74467a0cdb9288703e7bb6fa82f /lib/rpmfs.h
parent27869a523327475a4f809415753e1ec091093d4a (diff)
downloadrpm-869004e8fbc265d875d22713016fdb440950a556.tar.gz
Move header filecount retrieve from addTE() to rpmfsNew()
Diffstat (limited to 'lib/rpmfs.h')
-rw-r--r--lib/rpmfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmfs.h b/lib/rpmfs.h
index c9ba8da53..d2c66ad4f 100644
--- a/lib/rpmfs.h
+++ b/lib/rpmfs.h
@@ -19,7 +19,7 @@ struct sharedFileInfo_s {
};
RPM_GNUC_INTERNAL
-rpmfs rpmfsNew(unsigned int fc, rpmElementType type);
+rpmfs rpmfsNew(Header h, rpmElementType type);
RPM_GNUC_INTERNAL
rpmfs rpmfsFree(rpmfs fs);