From: Panu Matilainen Date: Fri, 1 Oct 2010 08:46:00 +0000 (+0300) Subject: A few missing internal markers on librpm side too X-Git-Tag: rpm-4.9.0-beta1~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45a75f31f9bbcb6ddb627c9dcc2b61ced82f3380;p=platform%2Fupstream%2Frpm.git A few missing internal markers on librpm side too --- diff --git a/lib/fprint.h b/lib/fprint.h index 4ac7dad..f2ea6f5 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 fa9ed75..19f8f9f 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 555ca85..44b45ca 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