index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jakob Gruber <jakob.gruber@gmail.com> | 2011-02-19 23:23:42 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-20 17:41:13 -0500 |
commit | 0152266dd3ce0393f5e9519aaa1d7da7e6051694 (patch) | |
tree | d5232041a10b2e9446cfbdcff2d57c9b6175bbb0 /src/pacman/util.h | |
parent | 50de7019c0bbd917b0a1717566ddad41c7c6db9e (diff) |
-rw-r--r-- | src/pacman/util.h | 1 |
diff --git a/src/pacman/util.h b/src/pacman/util.h index 6a20ba4f..d8ae7d80 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -53,6 +53,7 @@ char *strreplace(const char *str, const char *needle, const char *replace); alpm_list_t *strsplit(const char *str, const char splitchar); void string_display(const char *title, const char *string); double humanize_size(off_t bytes, const char target_unit, int long_labels, const char **label); +int table_display(const char *title, const alpm_list_t *header, const alpm_list_t *rows); void list_display(const char *title, const alpm_list_t *list); void list_display_linebreak(const char *title, const alpm_list_t *list); void display_targets(const alpm_list_t *pkgs, int install); |