A few missing internal markers on librpm side too

This commit is contained in:
Panu Matilainen 2010-10-01 11:46:00 +03:00
parent a462500b63
commit 45a75f31f9
3 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -17,6 +17,7 @@
#include "debug.h"
RPM_GNUC_INTERNAL
rpmgiFlags giFlags = RPMGI_NONE;
/** \ingroup rpmgi

View File

@ -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