index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/package.h | 1 |
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index d06cf150..87e81792 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -62,6 +62,7 @@ struct __pmpkg_t { alpm_list_t *provides; alpm_list_t *deltas; alpm_list_t *delta_path; + alpm_list_t *removes; /* in transaction targets only */ /* internal */ pmpkgfrom_t origin; /* Replaced 'void *data' with this union as follows: |