From e59e963f1f1b1e0d42474f25d6564ec5e949bca1 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 6 Apr 2005 21:00:57 +0000 Subject: reverted back to trans->packages instead of install and remove queues --- lib/libalpm/alpm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 7eaddb07..025196f2 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -188,6 +188,8 @@ enum { void *alpm_sync_getinfo(PM_SYNCPKG *sync, unsigned char parm); +int alpm_sync_sysupgrade(PM_LIST **data); + /* * Transactions */ @@ -234,8 +236,7 @@ enum { PM_TRANS_TYPE = 1, PM_TRANS_FLAGS, PM_TRANS_TARGETS, - PM_TRANS_INSTALLQ, - PM_TRANS_REMOVEQ + PM_TRANS_PACKAGES }; void *alpm_trans_getinfo(unsigned char parm); -- cgit v1.2.3