alpm: drop old target interfaces
commite263cf7231c5d6ec41a15cd6230dbd794b58287a
authorXavier Chantry <chantry.xavier@gmail.com>
Sun, 17 Oct 2010 17:45:31 +0000 (17 19:45 +0200)
committerXavier Chantry <chantry.xavier@gmail.com>
Sat, 29 Jan 2011 18:40:08 +0000 (29 19:40 +0100)
tree1a543942b5a575af1193fd86b3b20ef7e999dac0
parent05f2abfba9d9e9055c5a2d0d7ae92d24f0dd1a2f
alpm: drop old target interfaces

It's likely that these interfaces will break sooner or later, now that
pacman no longer uses them.

So better force the two people who use them to migrate their code to the
new add_pkg/remove_pkg interface, which is very easy anyway.

Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
lib/libalpm/add.c
lib/libalpm/alpm.h
lib/libalpm/remove.c
lib/libalpm/sync.c