index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2009-05-14 18:25:16 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-07-22 20:16:52 -0500 |
commit | 1d19f0896ccc1560a7e2f5b93cfe095b4aefe84a (patch) | |
tree | fc8916e5fb63e474d3cdcd8af937b1c6d07d811d /lib/libalpm/alpm.h | |
parent | ca6ef852f9944ad31e8a136f7faf71da2c5fb57f (diff) |
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index e46942d9..5285ac39 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -397,7 +397,7 @@ alpm_list_t * alpm_trans_get_pkgs(); int alpm_trans_init(pmtranstype_t type, pmtransflag_t flags, alpm_trans_cb_event cb_event, alpm_trans_cb_conv conv, alpm_trans_cb_progress cb_progress); -int alpm_trans_sysupgrade(void); +int alpm_trans_sysupgrade(int enable_downgrade); int alpm_trans_addtarget(char *target); int alpm_trans_prepare(alpm_list_t **data); int alpm_trans_commit(alpm_list_t **data); |