hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/tools/perf/ui/util.h
....@@ -5,9 +5,11 @@
55 #include <stdarg.h>
66
77 int ui__getch(int delay_secs);
8
-int ui__popup_menu(int argc, char * const argv[]);
8
+int ui__popup_menu(int argc, char * const argv[], int *keyp);
99 int ui__help_window(const char *text);
1010 int ui__dialog_yesno(const char *msg);
11
+void __ui__info_window(const char *title, const char *text, const char *exit_msg);
12
+void ui__info_window(const char *title, const char *text);
1113 int ui__question_window(const char *title, const char *text,
1214 const char *exit_msg, int delay_secs);
1315