From dfa1a2a13ad202ff81a5b882920b86eff71e3344 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Thu, 2 Mar 2006 20:12:11 +0000 Subject: removed HoldPkg option (frontend only feature) --- lib/libalpm/alpm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') 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); -- cgit v1.2.3-24-g4f1b