Rename dbiOpen() + dbiOpenDB() to make their layer obvious from the name
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Apr 2010 09:48:17 +0000 (12:48 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Apr 2010 09:50:33 +0000 (12:50 +0300)
commit3bd1951bbd03d30f0ff83d1bd468d2c383c7807f
treeb7c6e64444050086ededd69f91fd65fdd9445d0a
parenta7b08b448b73d95794f4f64111af8607ae239e13
Rename dbiOpen() + dbiOpenDB() to make their layer obvious from the name
- dbiOpen() in rpmdb.c operates on "rpmdb layer" so calling it
  rpmdbOpenIndex(), dbiOpenDB() on the other hand is the lowest level
  backend thing, which is now called dbiOpen() to be in line with
  the other operations like dbiClose()
lib/backend/db3.c
lib/backend/dbi.h
lib/rpmdb.c