xbps-query: added support for -p/--property argument in search mode.

See the NEWS file for more information.
This commit is contained in:
Juan RP
2014-03-21 13:19:40 +01:00
parent f2868856ee
commit cb66092fbc
4 changed files with 70 additions and 26 deletions

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2009-2013 Juan Romero Pardines.
* Copyright (c) 2009-2014 Juan Romero Pardines.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -68,6 +68,6 @@ int list_pkgs_pkgdb(struct xbps_handle *);
int repo_list(struct xbps_handle *);
/* from search.c */
int repo_search(struct xbps_handle *, int, char **);
int repo_search(struct xbps_handle *, int, char **, const char *);
#endif /* !_XBPS_QUERY_DEFS_H_ */