index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-08-24 23:24:53 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-12 22:44:00 -0600 |
commit | a888f377a5c805f1da24b556e6a4a9e3678d8eb3 (patch) | |
tree | 70ffd810a0b240429d2dfaa0d7266e228b6212f2 /lib/libalpm/handle.h | |
parent | 8017b0bb8ec5364f8a3999caffc6b3c3ea991810 (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 1 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index bec0a6f1..ad7666dc 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -52,7 +52,6 @@ typedef struct _pmhandle_t { alpm_list_t *noupgrade; /* List of packages NOT to be upgraded */ alpm_list_t *noextract; /* List of files NOT to extract */ alpm_list_t *ignorepkg; /* List of packages to ignore */ - alpm_list_t *holdpkg; /* List of packages which 'hold' pacman */ alpm_list_t *ignoregrp; /* List of groups to ignore */ /* options */ |