]> git.deb.at Git - pkg/abook.git/blobdiff - ui.h
- fix localized keybindings with --disable-nls
[pkg/abook.git] / ui.h
diff --git a/ui.h b/ui.h
index ebffcd8d9112f0c3fdfa696cc664889bb5dc11b7..25bc8509db2070d224f907808bf50acf1de9079d 100644 (file)
--- a/ui.h
+++ b/ui.h
@@ -15,13 +15,15 @@ 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);
+int            statusline_askchoice(const char *msg, const char *choices,
+                       short dflt);
+char           *ask_filename(const char *prompt);
+int            statusline_ask_boolean(const char *msg, int def);
 void            clear_statusline();
 void           display_help(int help);
 void           statusline_addstr(const char *str);
-char *         ui_readline(char *prompt, char *s, size_t limit, bool use_completion);
+char *         ui_readline(const char *prompt, char *s, size_t limit,
+                       bool use_completion);
 void           refresh_statusline();
 void           get_commands();
 void           ui_remove_items();