xbps-query(8): added local search mode support (-s [-p]).

This commit is contained in:
Juan RP
2014-09-11 01:15:51 +02:00
parent 01dbb968dd
commit ed67cad564
4 changed files with 59 additions and 22 deletions

View File

@@ -65,6 +65,7 @@ int list_pkgs_pkgdb(struct xbps_handle *);
int repo_list(struct xbps_handle *);
/* from search.c */
int repo_search(struct xbps_handle *, const char *, const char *, bool);
int search(struct xbps_handle *, bool, const char *, const char *, bool);
#endif /* !_XBPS_QUERY_DEFS_H_ */