diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-03-02 20:12:11 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-03-02 20:12:11 +0000 |
commit | dfa1a2a13ad202ff81a5b882920b86eff71e3344 (patch) | |
tree | e0857d1352d66cfbcaaac76c32bc29d2f553ce0d /lib/libalpm | |
parent | e2faeb46e108395f6efab06472ef9bb72e64431a (diff) | |
download | pacman-dfa1a2a13ad202ff81a5b882920b86eff71e3344.tar.xz |
removed HoldPkg option (frontend only feature)
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/alpm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index cdb00975..5914b470 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -92,8 +92,7 @@ enum { PM_OPT_SYNCDB, PM_OPT_NOUPGRADE, PM_OPT_NOEXTRACT, - PM_OPT_IGNOREPKG, - PM_OPT_HOLDPKG + PM_OPT_IGNOREPKG }; int alpm_set_option(unsigned char parm, unsigned long data); |