index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-12-01 16:18:23 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-07 10:05:02 -0600 |
commit | b5225165c070b30f8ec5a71ff5a12ea43102c3da (patch) | |
tree | 05d65777c95f3683c81d37f918636822328b55e0 /lib/libalpm/handle.h | |
parent | 86cb6e1f0f59f760a936f648a20206af095a196b (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 2 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index d568fb42..1f147d6e 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -86,8 +86,8 @@ struct __alpm_handle_t { alpm_list_t *ignoregroup; /* List of groups to ignore */ /* options */ - int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */ char *arch; /* Architecture of packages we should allow */ + int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */ int usedelta; /* Download deltas if possible */ int checkspace; /* Check disk space before installing */ alpm_siglevel_t siglevel; /* Default signature verification level */ |