summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-06-29 07:59:48 +0200
committerAllan McRae <allan@archlinux.org>2011-06-29 08:00:25 +0200
commitfed3e09c94d204b4655656c703a178e6fa2144b3 (patch)
tree6d8d4f9e4c28036ce729b6a59f2317b6abf4ce2a /lib/libalpm/handle.h
parentb1894ccf062059972d39fa855ee7941b666c5db0 (diff)
downloadpacman-fed3e09c94d204b4655656c703a178e6fa2144b3.tar.gz
pacman-fed3e09c94d204b4655656c703a178e6fa2144b3.tar.xz
Use ignoregroup rather than ignoregrp in the handle
This matches the naming in pacman.conf. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/handle.h')
-rw-r--r--lib/libalpm/handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h
index 4b366193..ae8c7c8d 100644
--- a/lib/libalpm/handle.h
+++ b/lib/libalpm/handle.h
@@ -62,7 +62,7 @@ struct __alpm_handle_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 *ignoregrp; /* List of groups to ignore */
+ alpm_list_t *ignoregroup; /* List of groups to ignore */
/* options */
int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */