xbps-bin: reset some static vars for correct indentation in output.

This commit is contained in:
Juan RP
2011-01-25 17:52:04 +01:00
parent 35aa4b9951
commit ada7820312
4 changed files with 12 additions and 6 deletions

View File

@ -61,6 +61,6 @@ int show_pkg_namedesc(prop_object_t, void *, bool *);
int list_strings_in_array(prop_object_t, void *, bool *);
int list_strings_sep_in_array(prop_object_t, void *, bool *);
size_t find_longest_pkgver(prop_dictionary_t);
void print_package_line(const char *);
void print_package_line(const char *, bool);
#endif /* !_XBPS_BIN_DEFS_H_ */