diff options
Diffstat (limited to 'lib/misc.c')
-rw-r--r-- | lib/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.c b/lib/misc.c index 9882a7ffa..969ff8bd6 100644 --- a/lib/misc.c +++ b/lib/misc.c @@ -601,7 +601,7 @@ void expandFilelist(Header h) } -void buildFileList(Header h, const char *** fileListPtr, int * fileCountPtr) +void rpmBuildFileList(Header h, const char *** fileListPtr, int * fileCountPtr) { doBuildFileList(h, fileListPtr, fileCountPtr,RPMTAG_COMPFILELIST, RPMTAG_COMPDIRLIST, RPMTAG_COMPFILEDIRS); |