Fix some issues in repo handling.

--HG--
extra : convert_revision : 5ec7488c8967f50b7e2dce93276accd829c541b3
This commit is contained in:
Juan RP
2008-12-22 05:00:15 +01:00
parent b13563dbfd
commit 3f7c353356
3 changed files with 40 additions and 19 deletions

View File

@@ -147,6 +147,6 @@ bool xbps_remove_string_from_array(prop_object_t, void *, bool *);
bool xbps_show_pkg_info_from_repolist(prop_object_t obj, void *, bool *);
bool xbps_show_pkg_namedesc(prop_object_t, void *, bool *);
bool xbps_search_string_in_pkgs(prop_object_t, void *, bool *);
const char *xbps_get_pkgidx_string(const char *);
char *xbps_get_pkgidx_string(const char *);
#endif /* !_XBPS_PLIST_H_ */