diff options
Diffstat (limited to 'lib/libalpm/trans.h')
-rw-r--r-- | lib/libalpm/trans.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index 96b9083b..8518e5aa 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -36,6 +36,7 @@ typedef struct __pmtrans_t { unsigned char state; PMList *targets; /* PMList of (char *) */ PMList *packages; /* PMList of (pmpkg_t *) or (pmsyncpkg_t *) */ + PMList *skiplist; /* PMList of (char *) */ alpm_trans_cb_event cb_event; } pmtrans_t; |