Improve database server API
commit42ab639bf715cbacb3598b6c42388ba4bbb2d3d4
authorDan McGee <dan@archlinux.org>
Mon, 18 Oct 2010 21:39:04 +0000 (18 16:39 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 5 May 2011 17:31:09 +0000 (5 12:31 -0500)
treefc3d55133ca0733ff9c3adf83a50265d90a5ab43
parent3045f09ef49d775fec5e772f5f8b894e31388fbf
Improve database server API

Currently we have one call that has all sorts of crazy behavior and doesn't
make a whole lot of sense. Go from one method to the normal four methods we
have for all of our other lists we use in the library to make it a lot
easier for a frontend to manipulate server lists.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/alpm.h
lib/libalpm/db.c
src/pacman/conf.c