A few missing internal markers on librpm side too
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 1 Oct 2010 08:46:00 +0000 (11:46 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 1 Oct 2010 08:46:00 +0000 (11:46 +0300)
lib/fprint.h
lib/rpmgi.c
lib/rpmhash.H

index 4ac7dad..f2ea6f5 100644 (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);
 
 
index fa9ed75..19f8f9f 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "debug.h"
 
+RPM_GNUC_INTERNAL
 rpmgiFlags giFlags = RPMGI_NONE;
 
 /** \ingroup rpmgi
index 555ca85..44b45ca 100644 (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