Added support for package conflicts.

This commit is contained in:
Juan RP
2012-06-11 16:14:03 +02:00
parent 81610697df
commit c61ba8dfcc
10 changed files with 151 additions and 16 deletions

View File

@@ -56,7 +56,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.5"
#define XBPS_API_VERSION "20120609"
#define XBPS_API_VERSION "20120611"
#define XBPS_VERSION "0.16"
/**

View File

@@ -181,6 +181,12 @@ void HIDDEN xbps_set_cb_state(xbps_state_t, int, const char *,
*/
int HIDDEN xbps_unpack_binary_pkg(prop_dictionary_t);
/**
* @private
* From lib/package_conflicts.c
*/
void HIDDEN xbps_pkg_find_conflicts(struct xbps_handle *, prop_dictionary_t);
__END_DECLS
#endif /* !_XBPS_API_IMPL_H_ */