diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-17 13:17:07 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-17 13:17:07 +0300 |
commit | 66dcee4a67caea7c1d144ffab1717efe90613c73 (patch) | |
tree | 0d3be3f0c5a13fed21a5eee885c24db3e6c8be46 /rpmqv.c | |
parent | ae3127c0f2cc74f5b662ec8414c231662f0df592 (diff) | |
download | librpm-tizen-66dcee4a67caea7c1d144ffab1717efe90613c73.tar.gz librpm-tizen-66dcee4a67caea7c1d144ffab1717efe90613c73.tar.bz2 librpm-tizen-66dcee4a67caea7c1d144ffab1717efe90613c73.zip |
Hide db index handling and rpmdb details from the API to internal header
Diffstat (limited to 'rpmqv.c')
-rw-r--r-- | rpmqv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ const char *__progname; #include <rpmbuild.h> #include "rpmdb.h" +#include "rpmdb_internal.h" /* XXX for freeing dbiTags */ #include "rpmps.h" #include "rpmts.h" @@ -853,6 +854,7 @@ exit: /* keeps memory leak checkers quiet */ freeFilesystems(); rpmlogClose(); + /* XXX FIXME: hide this in the api */ dbiTags = _free(dbiTags); #ifdef IAM_RPMQV |