libxbps: add xbps_repository_pool_sync, to sync repoidx from all remotes.

This commit is contained in:
Juan RP
2011-11-10 23:14:50 +01:00
parent de4504c248
commit c2eed68471
6 changed files with 61 additions and 77 deletions

View File

@ -38,7 +38,6 @@ int repo_genindex(const char *);
/* From repository.c */
int show_pkg_info_from_repolist(const char *, const char *);
int show_pkg_deps_from_repolist(const char *);
int repository_sync(void);
/* From find-files.c */
int repo_find_files_in_packages(const char *);