diff options
Diffstat (limited to 'rpmdb/fprint.h')
-rw-r--r-- | rpmdb/fprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/fprint.h b/rpmdb/fprint.h index 79bb7e443..09ef526f3 100644 --- a/rpmdb/fprint.h +++ b/rpmdb/fprint.h @@ -140,7 +140,7 @@ int fpEqual(const void * key1, const void * key2) * @retval fpList pointer to array of finger prints */ void fpLookupList(fingerPrintCache cache, const char ** dirNames, - const char ** baseNames, const int * dirIndexes, + const char ** baseNames, const uint_32 * dirIndexes, int fileCount, fingerPrint * fpList) /*@modifies cache, *fpList @*/; |