xbps-query(8): added --fulldeptree to print a full dependency tree with -x.

This fixes the regression introduced in 0.37 with -xx; -xx is not supported
anymore, use `--fulldeptree -x`.
This commit is contained in:
Juan RP
2014-08-19 13:14:37 +02:00
parent 4257f0b914
commit d7c7783ac2
5 changed files with 171 additions and 100 deletions

View File

@ -35,10 +35,8 @@
#endif
/* from show-deps.c */
int show_pkg_deps(struct xbps_handle *, const char *, bool);
int show_pkg_revdeps(struct xbps_handle *, const char *);
int repo_show_pkg_deps(struct xbps_handle *, const char *, bool);
int repo_show_pkg_revdeps(struct xbps_handle *, const char *);
int show_pkg_deps(struct xbps_handle *, const char *, bool, bool);
int show_pkg_revdeps(struct xbps_handle *, const char *, bool);
/* from show-info-files.c */
void show_pkg_info(xbps_dictionary_t);