index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-12-12 13:34:48 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-08 17:26:41 -0600 |
commit | 00f29cbc14ec24f1e432eadaf35742857285a01a (patch) | |
tree | 98048c0e7b53920c1edc6b47384253f96256e1d7 /lib/libalpm/alpm.h | |
parent | 6a636b2b6ec92046b010b7a4a593d3aabe253ef8 (diff) |
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 5f587d38..8a418dc0 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -136,6 +136,7 @@ typedef struct __alpm_trans_t alpm_trans_t; typedef struct _alpm_depend_t { char *name; char *version; + char *desc; unsigned long name_hash; alpm_depmod_t mod; } alpm_depend_t; |