diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-10-01 11:46:00 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-10-01 11:46:00 +0300 |
commit | 45a75f31f9bbcb6ddb627c9dcc2b61ced82f3380 (patch) | |
tree | 6005b0c81bba4f4eb47dafedd5e8e2e40da32fca | |
parent | a462500b631bd0719fcddac31440394f77e62d5b (diff) | |
download | librpm-tizen-45a75f31f9bbcb6ddb627c9dcc2b61ced82f3380.tar.gz librpm-tizen-45a75f31f9bbcb6ddb627c9dcc2b61ced82f3380.tar.bz2 librpm-tizen-45a75f31f9bbcb6ddb627c9dcc2b61ced82f3380.zip |
A few missing internal markers on librpm side too
-rw-r--r-- | lib/fprint.h | 1 | ||||
-rw-r--r-- | lib/rpmgi.c | 1 | ||||
-rw-r--r-- | lib/rpmhash.H | 2 |
3 files changed, 3 insertions, 1 deletions
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 |