diff --git a/lib/fprint.h b/lib/fprint.h index 4ac7dadb3..f2ea6f5e2 100644 --- a/lib/fprint.h +++ b/lib/fprint.h @@ -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); diff --git a/lib/rpmgi.c b/lib/rpmgi.c index fa9ed75f1..19f8f9fdf 100644 --- a/lib/rpmgi.c +++ b/lib/rpmgi.c @@ -17,6 +17,7 @@ #include "debug.h" +RPM_GNUC_INTERNAL rpmgiFlags giFlags = RPMGI_NONE; /** \ingroup rpmgi diff --git a/lib/rpmhash.H b/lib/rpmhash.H index 555ca8583..44b45ca48 100644 --- a/lib/rpmhash.H +++ b/lib/rpmhash.H @@ -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