Split dbiIndex out of rpmdb_internal.h into header of its own
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Apr 2010 08:13:37 +0000 (11:13 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Apr 2010 08:13:37 +0000 (11:13 +0300)
commitf30e6d409a19a943224d6697a06dd1996bc61d72
tree26c897dacbe5d04c0f01fe5348b877e99507f69e
parent12236b58b62c0c21048aff843624d7623d43fda7
Split dbiIndex out of rpmdb_internal.h into header of its own
- the dbi presents an internal api of its own, and deserves a separate
  header (baby steps to making dbiIndex opaque outside the backend)
- move dbiVerify() to the backend where it belongs
- mark all the dbiFoo() functions as internal
lib/Makefile.am
lib/backend/db3.c
lib/backend/dbi.h [new file with mode: 0644]
lib/rpmdb.c
lib/rpmdb_internal.h