index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-07-31 15:58:25 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-23 08:38:18 -0500 |
commit | e27a8c9ae323c275b0c3503d6a6ea18b639f4dc6 (patch) | |
tree | 5f8ad48a304f497d61ee69807c763e28ac14c359 /src/pacman/util.h | |
parent | 9451b2e4f23a3c566fcfe3420c379b3cb3eb1f90 (diff) |
-rw-r--r-- | src/pacman/util.h | 1 |
diff --git a/src/pacman/util.h b/src/pacman/util.h index 2ddc1b52..209b2424 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -51,6 +51,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); 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); void display_synctargets(const alpm_list_t *syncpkgs); int yesno(short preset, char *fmt, ...); |