Added xbps_find_new_packages(): checks if there are new versions.
--HG-- extra : convert_revision : dcd764c96c013f8d299849791110af4f9a4a9401
This commit is contained in:
parent
bd85f1eae5
commit
8cc7f6871d
3 changed files with 50 additions and 34 deletions
|
@ -98,6 +98,7 @@ SIMPLEQ_HEAD(, repository_data) repodata_queue;
|
|||
|
||||
int xbps_prepare_pkg(const char *);
|
||||
int xbps_find_new_pkg(const char *, prop_dictionary_t);
|
||||
int xbps_find_new_packages(void);
|
||||
int xbps_prepare_repolist_data(void);
|
||||
void xbps_release_repolist_data(void);
|
||||
prop_dictionary_t xbps_get_pkg_props(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue