X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ui.h;h=7e1b8a8cda6008d8882236bc2d2ad0e447f346a6;hb=0cd708a881cb4c6f398381b43be3521a36ca8bd4;hp=db85b59aa58238933b0034c4b4e36bcde59dfae2;hpb=a07d2a804360c52a8630ae22d7a123de13bc0d91;p=pkg%2Fabook.git diff --git a/ui.h b/ui.h index db85b59..7e1b8a8 100644 --- a/ui.h +++ b/ui.h @@ -15,6 +15,7 @@ void close_ui(); void headerline(const char *str); void refresh_screen(); int statusline_msg(const char *msg); +int statusline_askchoice(const char *msg, const char *choices, short dflt); char *ask_filename(char *prompt); int statusline_ask_boolean(char *msg, int def); void clear_statusline();