index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-16 11:33:20 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-16 11:57:30 -0500 |
commit | 19fcc7401666cd892f7b8a5a49854a1b2eb9988b (patch) | |
tree | e39eb1b0f03ee527cdf75426e0c0df0824be32f0 /lib/libalpm/conflict.h | |
parent | bdf00d3dbd19c3def6127f3d372d630930a26abb (diff) |
-rw-r--r-- | lib/libalpm/conflict.h | 6 |
diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index a9d3e27b..546a2820 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -24,12 +24,6 @@ #include "db.h" #include "package.h" -struct __pmconflict_t { - char *package1; - char *package2; - char *reason; -}; - pmconflict_t *_alpm_conflict_dup(const pmconflict_t *conflict); void _alpm_conflict_free(pmconflict_t *conflict); alpm_list_t *_alpm_innerconflicts(pmhandle_t *handle, alpm_list_t *packages); |