From e263cf7231c5d6ec41a15cd6230dbd794b58287a Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Sun, 17 Oct 2010 19:45:31 +0200 Subject: 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 --- lib/libalpm/alpm.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 169882c4..48a99d29 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -422,11 +422,6 @@ int alpm_sync_sysupgrade(int enable_downgrade); int alpm_add_pkg(pmpkg_t *pkg); int alpm_remove_pkg(pmpkg_t *pkg); -DEPRECATED int alpm_sync_target(const char *target); -DEPRECATED int alpm_sync_dbtarget(const char *db, const char *target); -DEPRECATED int alpm_add_target(const char *target); -DEPRECATED int alpm_remove_target(const char *target); - /* * Dependencies and conflicts */ -- cgit v1.2.3-24-g4f1b