index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <chantry.xavier@gmail.com> | 2010-10-17 17:09:25 +0200 |
---|---|---|
committer | Xavier Chantry <chantry.xavier@gmail.com> | 2011-01-29 19:40:07 +0100 |
commit | 00fec5e2503a8272ebac9f240e03d655131ec216 (patch) | |
tree | f9448033faa26a21f337c467bb1cd381674a64e5 /src/pacman/util.h | |
parent | 2a90dbe3a8f58c2fc50d8bcd8136fbced659b734 (diff) |
-rw-r--r-- | src/pacman/util.h | 1 |
diff --git a/src/pacman/util.h b/src/pacman/util.h index 399f9bc8..234a631d 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -61,6 +61,7 @@ void display_optdepends(pmpkg_t *pkg); void print_packages(const alpm_list_t *packages); void select_display(const alpm_list_t *pkglist); int select_question(int count); +int multiselect_question(char *array, int count); int yesno(char *fmt, ...); int noyes(char *fmt, ...); int pm_printf(pmloglevel_t level, const char *format, ...) __attribute__((format(printf,2,3))); |