summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-04-06 23:00:57 +0200
committerAurelien Foret <aurelien@archlinux.org>2005-04-06 23:00:57 +0200
commite59e963f1f1b1e0d42474f25d6564ec5e949bca1 (patch)
tree9adfe10add2b670bf00719601da092c9bfc921dd /lib/libalpm/alpm.h
parent48f8f521b16646166c1bc7183ad60b227fc2eea1 (diff)
downloadpacman-e59e963f1f1b1e0d42474f25d6564ec5e949bca1.tar.gz
pacman-e59e963f1f1b1e0d42474f25d6564ec5e949bca1.tar.xz
reverted back to trans->packages instead of install and remove queues
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h5
1 files changed, 3 insertions, 2 deletions
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);