A few missing internal markers on librpm side too
This commit is contained in:
parent
a462500b63
commit
45a75f31f9
|
@ -159,6 +159,7 @@ void fpLookupList(fingerPrintCache cache, const char ** dirNames,
|
|||
* @param fi file iterator of the package
|
||||
* @param filenr the number of the file we are dealing with
|
||||
*/
|
||||
RPM_GNUC_INTERNAL
|
||||
void fpLookupSubdir(rpmFpHash symlinks, rpmFpHash fphash, fingerPrintCache fpc, rpmte p, int filenr);
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include "debug.h"
|
||||
|
||||
RPM_GNUC_INTERNAL
|
||||
rpmgiFlags giFlags = RPMGI_NONE;
|
||||
|
||||
/** \ingroup rpmgi
|
||||
|
|
|
@ -124,7 +124,7 @@ unsigned int HASHPREFIX(UsedBuckets)(HASHTYPE ht);
|
|||
* @param ht pointer to hash table
|
||||
* @result number of unique keys
|
||||
*/
|
||||
// RPM_GNUC_INTERNAL
|
||||
RPM_GNUC_INTERNAL
|
||||
unsigned int HASHPREFIX(NumKeys)(HASHTYPE ht);
|
||||
|
||||
#ifdef HTDATATYPE
|
||||
|
|
Loading…
Reference in New Issue