]> git.deb.at Git - pkg/abook.git/blobdiff - ui.h
Initial japanese translation (TAKAHASHI Tamotsu).
[pkg/abook.git] / ui.h
diff --git a/ui.h b/ui.h
index db85b59aa58238933b0034c4b4e36bcde59dfae2..7e1b8a8cda6008d8882236bc2d2ad0e447f346a6 100644 (file)
--- 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();