From 5ef51b3e266cf43411947248886372001fdb207a Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 7 Oct 2005 23:29:49 +0000 Subject: Merging in recent fixes/additions from 2.9.7 --- lib/libalpm/trans.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libalpm/trans.h') 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; -- cgit v1.2.3-24-g4f1b